Show / Hide Table of Contents

Class TitleAttribute

Inheritance
System.Object
System.Attribute
UnityEngine.PropertyAttribute
TitleAttribute
Namespace: BennyKok.RuntimeDebug.Utils
Assembly: com.bennykok.runtime-debug-action.dll
Syntax
public class TitleAttribute : PropertyAttribute, _Attribute

Constructors

TitleAttribute(String)

Declaration
public TitleAttribute(string text)
Parameters
Type Name Description
System.String text

TitleAttribute(String, Boolean)

Declaration
public TitleAttribute(string text, bool spacingTop)
Parameters
Type Name Description
System.String text
System.Boolean spacingTop

TitleAttribute(String, Boolean, Int32)

Declaration
public TitleAttribute(string text, bool spacingTop, int colorIndex)
Parameters
Type Name Description
System.String text
System.Boolean spacingTop
System.Int32 colorIndex

TitleAttribute(String, Int32)

Declaration
public TitleAttribute(string text, int colorIndex)
Parameters
Type Name Description
System.String text
System.Int32 colorIndex

Fields

color

Declaration
public Color color
Field Value
Type Description
UnityEngine.Color

spacingTop

Declaration
public bool spacingTop
Field Value
Type Description
System.Boolean

text

Declaration
public string text
Field Value
Type Description
System.String

useColor

Declaration
public bool useColor
Field Value
Type Description
System.Boolean

Methods

HtmlToColor(String)

Declaration
public static Color HtmlToColor(string colorString)
Parameters
Type Name Description
System.String colorString
Returns
Type Description
UnityEngine.Color
In This Article
👆 RuntimeDebugAction by ❤️ BennyKok