Show / Hide Table of Contents

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
ThemeElement
Ghost
EndTimestampGhost
Implements
IColorHook
ITimerState
Inherited Members
Ghost.m_icon
Ghost.m_textContainer
Ghost.m_text
Ghost.m_fadeProgress
Ghost.Initialize(PomodoroTimer, Boolean)
Ghost.StateUpdate(PomodoroTimer.States, Theme)
Ghost.FadeOut(Boolean)
ThemeElement.Timer
ThemeElement.IsInitialized()
ThemeElement.OnDestroy()
Namespace: AdrianMiasik.Components.Specific
Assembly: Assembly-CSharp.dll
Syntax
public class EndTimestampGhost : Ghost, IColorHook, ITimerState

Methods

| Improve this Doc View Source

ColorUpdate(Theme)

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

FadeIn(Boolean)

Declaration
public override void FadeIn(bool instantly = false)
Parameters
Type Name Description
System.Boolean instantly
Overrides
Ghost.FadeIn(Boolean)
| Improve this Doc View Source

OnClick()

Hooked up to the SVG icon button on the prefab.

Declaration
public void OnClick()
| Improve this Doc View Source

Update()

Declaration
protected override void Update()
Overrides
Ghost.Update()

Implements

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