SceneTree.createTimer

Returns a SceneTreeTimer which will SceneTreeTimer.timeout after the given time in seconds elapsed in this SceneTree. If pause_mode_process is set to false, pausing the SceneTree will also pause the timer.

struct SceneTree
@nogc nothrow
createTimer
(
in double time_sec
,
in bool pause_mode_process = true
)

Meta