Show / Hide Table of Contents

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
ThemeElement
SettingsOptionDropdown
OptionDigitFormat
Implements
IColorHook
Inherited Members
SettingsOptionDropdown.m_dropdown
SettingsOptionDropdown.SetDropdownValue(Int32)
SettingsOptionDropdown.ColorUpdate(Theme)
ThemeElement.Timer
ThemeElement.Initialize(PomodoroTimer, Boolean)
ThemeElement.IsInitialized()
ThemeElement.OnDestroy()
Namespace: AdrianMiasik.Components.Specific.Settings
Assembly: Assembly-CSharp.dll
Syntax
public class OptionDigitFormat : SettingsOptionDropdown, IColorHook

Methods

| Improve this Doc View Source

Initialize(PomodoroTimer)

Sets the dropdown value to the PomodoroTimer's current digit format.

Declaration
public void Initialize(PomodoroTimer pomodoroTimer)
Parameters
Type Name Description
PomodoroTimer pomodoroTimer

Implements

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