Show / Hide Table of Contents

Class TimerPage

Our main timer Page that is used to show/hide the digit and timer content.

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
ThemeElement
Page
TimerPage
Implements
IColorHook
Inherited Members
Page.Hide(Action)
Page.IsPageOpen()
ThemeElement.Timer
ThemeElement.Initialize(PomodoroTimer, Boolean)
ThemeElement.IsInitialized()
ThemeElement.OnDestroy()
Namespace: AdrianMiasik.Components.Core.Items.Pages
Assembly: Assembly-CSharp.dll
Syntax
public class TimerPage : Page, IColorHook

Methods

| Improve this Doc View Source

ColorUpdate(Theme)

Declaration
public override void ColorUpdate(Theme theme)
Parameters
Type Name Description
Theme theme
Overrides
Page.ColorUpdate(Theme)
| Improve this Doc View Source

Refresh()

Declaration
public override void Refresh()
Overrides
Page.Refresh()
| Improve this Doc View Source

Show(Action)

Declaration
public override void Show(Action onAnimationCompletion)
Parameters
Type Name Description
System.Action onAnimationCompletion
Overrides
Page.Show(Action)

Implements

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