Show / Hide Table of Contents

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 Source

gameObject

Declaration
GameObject gameObject { get; }
Property Value
Type Description
UnityEngine.GameObject

Methods

| Improve this Doc View Source

ColorUpdate(Theme)

This method is invoked when switching between themes / modifying active themes.

Declaration
void ColorUpdate(Theme theme)
Parameters
Type Name Description
Theme theme
| Improve this Doc View Source

OnDestroy()

Declaration
void OnDestroy()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX