Class OptionDigitFormat
A SettingsOptionDropdown that changes our current timers digit format. (See DigitFormat, also see SettingsPage)
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
OptionDigitFormat
Implements
Inherited Members
Namespace: AdrianMiasik.Components.Specific.Settings
Assembly: Assembly-CSharp.dll
Syntax
public class OptionDigitFormat : SettingsOptionDropdown, IColorHook
Methods
| Improve this Doc View SourceInitialize(PomodoroTimer)
Sets the dropdown value to the PomodoroTimer's current digit format.
Declaration
public void Initialize(PomodoroTimer pomodoroTimer)
Parameters
Type | Name | Description |
---|---|---|
PomodoroTimer | pomodoroTimer |