Show / Hide Table of Contents

Class ThemeIconContainer

A container that manages a list of ThemeIcon's and updates their color's based on the current Theme.

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
ThemeElement
ThemeIconContainer
Implements
IColorHook
Inherited Members
ThemeElement.Timer
ThemeElement.IsInitialized()
ThemeElement.ColorUpdate(Theme)
ThemeElement.OnDestroy()
Namespace: AdrianMiasik.Components.Core.Containers
Assembly: Assembly-CSharp.dll
Syntax
public class ThemeIconContainer : ThemeElement, IColorHook

Methods

| Improve this Doc View Source

Initialize(PomodoroTimer, Boolean)

Declaration
public override void Initialize(PomodoroTimer pomodoroTimer, bool updateColors = true)
Parameters
Type Name Description
PomodoroTimer pomodoroTimer
System.Boolean updateColors
Overrides
ThemeElement.Initialize(PomodoroTimer, Boolean)

Implements

IColorHook
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX