Property | Type | Description | |
---|---|---|---|
m_AllowColor | bool | ||
m_AllowGradient | bool | ||
m_AllowRandomBetweenTwoColors | bool | ||
m_AllowRandomBetweenTwoGradients | bool | ||
m_AllowRandomColor | bool | ||
m_MaxColor | UnityEditor.SerializedProperty | ||
m_MaxGradient | UnityEditor.SerializedProperty | ||
m_MinColor | UnityEditor.SerializedProperty | ||
m_MinGradient | UnityEditor.SerializedProperty |
Method | Description | |
---|---|---|
GetGradientAsColor ( UnityEditor.SerializedProperty gradientProp ) : Color | ||
SerializedMinMaxGradient ( |
||
SerializedMinMaxGradient ( |
||
SetGradientAsColor ( UnityEditor.SerializedProperty gradientProp, Color color ) : void |
Method | Description | |
---|---|---|
Init ( |
||
SetMinMaxState ( MinMaxGradientState newState ) : void |
public static GetGradientAsColor ( UnityEditor.SerializedProperty gradientProp ) : Color | ||
gradientProp | UnityEditor.SerializedProperty | |
return | Color |
public SerializedMinMaxGradient ( |
||
m | ||
return | System |
public SerializedMinMaxGradient ( |
||
m | ||
name | string | |
return | System |
public static SetGradientAsColor ( UnityEditor.SerializedProperty gradientProp, Color color ) : void | ||
gradientProp | UnityEditor.SerializedProperty | |
color | Color | |
return | void |
public bool m_AllowRandomBetweenTwoColors | ||
return | bool |
public bool m_AllowRandomBetweenTwoGradients | ||
return | bool |
public SerializedProperty,UnityEditor m_MaxColor | ||
return | UnityEditor.SerializedProperty |
public SerializedProperty,UnityEditor m_MaxGradient | ||
return | UnityEditor.SerializedProperty |
public SerializedProperty,UnityEditor m_MinColor | ||
return | UnityEditor.SerializedProperty |