Class OptionEnableLongBreaks
A SettingsOptionDropdown that enables / disables pomodoro progression for long breaks. (See SetSettingLongBreaks(Boolean), also see SettingsPage)
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
OptionEnableLongBreaks
Implements
Inherited Members
Namespace: AdrianMiasik.Components.Specific.Settings
Assembly: Assembly-CSharp.dll
Syntax
public class OptionEnableLongBreaks : SettingsOptionToggleSlider, IColorHook
Methods
| Improve this Doc View SourceInitialize(PomodoroTimer)
Declaration
public override void Initialize(PomodoroTimer pomodoroTimer)
Parameters
Type | Name | Description |
---|---|---|
PomodoroTimer | pomodoroTimer |
Overrides
| Improve this Doc View SourceSetSettingLongBreak(Boolean)
Declaration
public void SetSettingLongBreak(bool state)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | state |