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
TimerPage
Implements
Inherited Members
Namespace: AdrianMiasik.Components.Core.Items.Pages
Assembly: Assembly-CSharp.dll
Syntax
public class TimerPage : Page, IColorHook
Methods
| Improve this Doc View SourceColorUpdate(Theme)
Declaration
public override void ColorUpdate(Theme theme)
Parameters
Type | Name | Description |
---|---|---|
Theme | theme |
Overrides
| Improve this Doc View SourceRefresh()
Declaration
public override void Refresh()
Overrides
| Improve this Doc View SourceShow(Action)
Declaration
public override void Show(Action onAnimationCompletion)
Parameters
Type | Name | Description |
---|---|---|
System.Action | onAnimationCompletion |