Timer._classBinding

Undocumented in source.

Members

Static variables

getTimeLeft
GodotMethod!(double) getTimeLeft;
Undocumented in source.
getTimerProcessMode
GodotMethod!(Timer.TimerProcessMode) getTimerProcessMode;
Undocumented in source.
getWaitTime
GodotMethod!(double) getWaitTime;
Undocumented in source.
hasAutostart
GodotMethod!(bool) hasAutostart;
Undocumented in source.
isOneShot
GodotMethod!(bool) isOneShot;
Undocumented in source.
isPaused
GodotMethod!(bool) isPaused;
Undocumented in source.
isStopped
GodotMethod!(bool) isStopped;
Undocumented in source.
setAutostart
GodotMethod!(void, bool) setAutostart;
Undocumented in source.
setOneShot
GodotMethod!(void, bool) setOneShot;
Undocumented in source.
setPaused
GodotMethod!(void, bool) setPaused;
Undocumented in source.
setTimerProcessMode
GodotMethod!(void, long) setTimerProcessMode;
Undocumented in source.
setWaitTime
GodotMethod!(void, double) setWaitTime;
Undocumented in source.
start
GodotMethod!(void, double) start;
Undocumented in source.
stop
GodotMethod!(void) stop;
Undocumented in source.

Meta