Class InteractableColorChildrenTheme
Theme engine to control the color for all Renderer children under the initialized GameObject based on state changes
Inheritance
InteractableColorChildrenTheme
Assembly: cs.temp.dll.dll
public class InteractableColorChildrenTheme : InteractableShaderTheme
Constructors
Declaration
public InteractableColorChildrenTheme()
Declaration
public InteractableColorChildrenTheme()
Fields
Declaration
protected const string DefaultShaderProperty = "_Color"
Field Value
Declaration
protected const string DefaultShaderProperty = "_Color"
Field Value
Methods
Declaration
public override ThemeDefinition GetDefaultThemeDefinition()
Returns
Overrides
Declaration
public override ThemeDefinition GetDefaultThemeDefinition()
Returns
Overrides
Declaration
public override ThemePropertyValue GetProperty(ThemeStateProperty property)
Parameters
Returns
Overrides
Declaration
public override ThemePropertyValue GetProperty(ThemeStateProperty property)
Parameters
Returns
Overrides
Declaration
public override void Init(GameObject host, ThemeDefinition settings)
Parameters
Overrides
Declaration
public override void Init(GameObject host, ThemeDefinition settings)
Parameters
Overrides
Declaration
public override void Reset()
Overrides
Declaration
protected override void SetValue(ThemeStateProperty property, ThemePropertyValue value)
Parameters
Overrides
Declaration
public override void SetValue(ThemeStateProperty property, int index, float percentage)
Parameters
Overrides
Declaration
public override void SetValue(ThemeStateProperty property, int index, float percentage)
Parameters
Overrides