Class Timer.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class Timer.MethodName : Node.MethodName
- Inheritance
-
Timer.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
GetTimeLeft
Cached name for the 'get_time_left' method.
public static readonly StringName GetTimeLeft
Field Value
GetTimerProcessCallback
Cached name for the 'get_timer_process_callback' method.
public static readonly StringName GetTimerProcessCallback
Field Value
GetWaitTime
Cached name for the 'get_wait_time' method.
public static readonly StringName GetWaitTime
Field Value
HasAutostart
Cached name for the 'has_autostart' method.
public static readonly StringName HasAutostart
Field Value
IsOneShot
Cached name for the 'is_one_shot' method.
public static readonly StringName IsOneShot
Field Value
IsPaused
Cached name for the 'is_paused' method.
public static readonly StringName IsPaused
Field Value
IsStopped
Cached name for the 'is_stopped' method.
public static readonly StringName IsStopped
Field Value
SetAutostart
Cached name for the 'set_autostart' method.
public static readonly StringName SetAutostart
Field Value
SetOneShot
Cached name for the 'set_one_shot' method.
public static readonly StringName SetOneShot
Field Value
SetPaused
Cached name for the 'set_paused' method.
public static readonly StringName SetPaused
Field Value
SetTimerProcessCallback
Cached name for the 'set_timer_process_callback' method.
public static readonly StringName SetTimerProcessCallback
Field Value
SetWaitTime
Cached name for the 'set_wait_time' method.
public static readonly StringName SetWaitTime
Field Value
Start
Cached name for the 'start' method.
public static readonly StringName Start
Field Value
Stop
Cached name for the 'stop' method.
public static readonly StringName Stop