Source: addons/calendar_time/ui/time_speed/game_clock_speed_control.gd
Syntax
class GameClockSpeedControl extends PanelContainerMembers
| Name | Kind | Summary |
|---|---|---|
clock | Property | Clock whose timeline speed this control drives. Never touches `Engine.time_scale`. |
speed_choices | Property | Speed multiplier offered at each slider tick. 0 pauses, 1.0 is normal speed; editing the list updates the slider tick count and range. |
unpause_on_speed_change | Property | When true, selecting any non-paused speed resumes a paused SceneTree, so this control doubles as a visible resume control. Does not affect `Engine.time_scale`. |
unpause_requested | Signal | Emitted when this control resumes the SceneTree. |