Table of Contents

Class BaseButton.SignalName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the signals contained in this class, for fast lookup.

public class BaseButton.SignalName : Control.SignalName
Inheritance
BaseButton.SignalName
Derived
Inherited Members

Constructors

SignalName()

public SignalName()

Fields

ButtonDown

Cached name for the 'button_down' signal.

public static readonly StringName ButtonDown

Field Value

StringName

ButtonUp

Cached name for the 'button_up' signal.

public static readonly StringName ButtonUp

Field Value

StringName

Pressed

Cached name for the 'pressed' signal.

public static readonly StringName Pressed

Field Value

StringName

Toggled

Cached name for the 'toggled' signal.

public static readonly StringName Toggled

Field Value

StringName