Click or drag to resize

MenuButtonSetDisableShortcuts Method

If true, shortcuts are disabled and cannot be used to trigger the button.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetDisableShortcuts(
	bool disabled
)

Parameters

disabled
Type: SystemBoolean

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

See Also