Click or drag to resize

BaseButtonSetDisabled Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BaseButton.SetDisabled(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDisabled is deprecated. Use the Disabled property instead.")]
public void SetDisabled(
	bool disabled
)

Parameters

disabled
Type: SystemBoolean

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

See Also