Choice Timer UGUI
⏰ ChoiceTimerUGUI Class
Feel Speak's choice timer display for uGUI.
Namespace:
Esper.FeelSpeak.UI.UGUIInherits from:ChoiceTimerType:class
📦 Fields
Access
Field
Type
Description
protected
content
GameObject
The GameObject that contains all the content.
public
slider
Slider
The slider that visually displays the amount of time remaining.
🔍 Properties
Access
Property
Type
Description
public
IsOpen
bool
Gets whether the choice timer is open.
🧰 Methods
Access
Method
Returns
Description
public
StartTimer(ChoiceNode)
bool
Starts the timer with the specified choice node and configures the slider display.
public
Hide()
void
Hides the choice timer content.
public
Show()
void
Shows the choice timer content.
public
Refresh()
void
Refreshes the slider display with current timer values.
Last updated