Time
Options
Interactable
boolUser can interact with this widget.
Current Time As Default
boolTime
TimeSpan(stringin Inspector window)
Time Min
TimeSpan(stringin Inspector window)Minimal selectable time.
Time Max
TimeSpan(stringin Inspector window)Maximum selectable time.
Input Hours Adapter
InputFieldAdapterInputField for the hours.
Input Minutes Adapter
InputFieldAdapterInputField for the minutes.
Input Seconds Adapter
InputFieldAdapterInputField for the seconds.
Button Hours Increase
ButtonAdvancedButton to increase hours.
Button Hours Decrease
ButtonAdvancedButton to decrease hours.
Button Minutes Increase
ButtonAdvancedButton to increase minutes.
Button Minutes Decrease
ButtonAdvancedButton to decrease minutes.
Button Seconds Increase
ButtonAdvancedButton to increase seconds.
Button Seconds Decrease
ButtonAdvancedButton to decrease seconds.
Allow Hold
boolAllow button hold after
Hold Start Delayto increase/decrease time with eachHold Change Delay.Hold Start Delay
floatSeconds from button press to start increase/decrease on hold.
Hold Change Delay
floatSeconds to single increase/decrease during hold.
AMPM Button
ButtonButton to toggle AM/PM.
AMPM Text Adapter
TextAdapterText to display AM/PM.
Events
OnTimeChanged
UnityEvent<TimeSpan>The event raised when time changed.
Arguments: selected time.