Table of Contents

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

StringName

GetTimerProcessCallback

Cached name for the 'get_timer_process_callback' method.

public static readonly StringName GetTimerProcessCallback

Field Value

StringName

GetWaitTime

Cached name for the 'get_wait_time' method.

public static readonly StringName GetWaitTime

Field Value

StringName

HasAutostart

Cached name for the 'has_autostart' method.

public static readonly StringName HasAutostart

Field Value

StringName

IsOneShot

Cached name for the 'is_one_shot' method.

public static readonly StringName IsOneShot

Field Value

StringName

IsPaused

Cached name for the 'is_paused' method.

public static readonly StringName IsPaused

Field Value

StringName

IsStopped

Cached name for the 'is_stopped' method.

public static readonly StringName IsStopped

Field Value

StringName

SetAutostart

Cached name for the 'set_autostart' method.

public static readonly StringName SetAutostart

Field Value

StringName

SetOneShot

Cached name for the 'set_one_shot' method.

public static readonly StringName SetOneShot

Field Value

StringName

SetPaused

Cached name for the 'set_paused' method.

public static readonly StringName SetPaused

Field Value

StringName

SetTimerProcessCallback

Cached name for the 'set_timer_process_callback' method.

public static readonly StringName SetTimerProcessCallback

Field Value

StringName

SetWaitTime

Cached name for the 'set_wait_time' method.

public static readonly StringName SetWaitTime

Field Value

StringName

Start

Cached name for the 'start' method.

public static readonly StringName Start

Field Value

StringName

Stop

Cached name for the 'stop' method.

public static readonly StringName Stop

Field Value

StringName