Interface IColorHook
Interface for components/classes that need theme updating when switching between themes / modifying active themes.
Namespace: AdrianMiasik.Interfaces
Assembly: Assembly-CSharp.dll
Syntax
public interface IColorHook
Properties
| Improve this Doc View SourcegameObject
Declaration
GameObject gameObject { get; }
Property Value
Type | Description |
---|---|
UnityEngine.GameObject |
Methods
| Improve this Doc View SourceColorUpdate(Theme)
This method is invoked when switching between themes / modifying active themes.
Declaration
void ColorUpdate(Theme theme)
Parameters
Type | Name | Description |
---|---|---|
Theme | theme |
OnDestroy()
Declaration
void OnDestroy()