Table of Contents

Class Timer.PropertyName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the properties and fields contained in this class, for fast lookup.

public class Timer.PropertyName : Node.PropertyName
Inheritance
Timer.PropertyName
Inherited Members

Constructors

PropertyName()

public PropertyName()

Fields

Autostart

Cached name for the 'autostart' property.

public static readonly StringName Autostart

Field Value

StringName

OneShot

Cached name for the 'one_shot' property.

public static readonly StringName OneShot

Field Value

StringName

Paused

Cached name for the 'paused' property.

public static readonly StringName Paused

Field Value

StringName

ProcessCallback

Cached name for the 'process_callback' property.

public static readonly StringName ProcessCallback

Field Value

StringName

TimeLeft

Cached name for the 'time_left' property.

public static readonly StringName TimeLeft

Field Value

StringName

WaitTime

Cached name for the 'wait_time' property.

public static readonly StringName WaitTime

Field Value

StringName