Class EndTimestampGhost
Used to display the end local time for the current running timer. (E.g. It's 3:02pm with 3 minutes left on the timer. Thus this will display: "3:05pm".)
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
EndTimestampGhost
Inherited Members
Namespace: AdrianMiasik.Components.Specific
Assembly: Assembly-CSharp.dll
Syntax
public class EndTimestampGhost : Ghost, IColorHook, ITimerState
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 SourceFadeIn(Boolean)
Declaration
public override void FadeIn(bool instantly = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | instantly |
Overrides
| Improve this Doc View SourceOnClick()
Hooked up to the SVG icon button on the prefab.
Declaration
public void OnClick()
Update()
Declaration
protected override void Update()