Class TitleAttribute
Inheritance
System.Object
System.Attribute
UnityEngine.PropertyAttribute
TitleAttribute
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
Field Value
Type |
Description |
UnityEngine.Color |
|
spacingTop
Declaration
Field Value
Type |
Description |
System.Boolean |
|
text
Declaration
Field Value
Type |
Description |
System.String |
|
useColor
Declaration
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 |
|