Click or drag to resize

BaseButton_Toggled Method

Called when the button is toggled (only if ToggleMode is active).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual void _Toggled(
	bool buttonPressed
)

Parameters

buttonPressed
Type: SystemBoolean

[Missing <param name="buttonPressed"/> documentation for "M:Godot.BaseButton._Toggled(System.Boolean)"]

See Also