Show / Hide Table of Contents

Class SkipButton

A ThemeElement button used for skipping / auto-completing the timer. Implements ITimerState to show / hide itself depending if the timer has been started / not started.

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
ThemeElement
SkipButton
Implements
IColorHook
ITimerState
Inherited Members
ThemeElement.Timer
ThemeElement.IsInitialized()
ThemeElement.OnDestroy()
Namespace: AdrianMiasik.Components.Specific
Assembly: Assembly-CSharp.dll
Syntax
public class SkipButton : ThemeElement, IColorHook, ITimerState

Methods

| Improve this Doc View Source

ColorUpdate(Theme)

Declaration
public override void ColorUpdate(Theme theme)
Parameters
Type Name Description
Theme theme
Overrides
ThemeElement.ColorUpdate(Theme)
| 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)
| Improve this Doc View Source

StateUpdate(PomodoroTimer.States, Theme)

Declaration
public void StateUpdate(PomodoroTimer.States state, Theme theme)
Parameters
Type Name Description
PomodoroTimer.States state
Theme theme

Implements

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