Click or drag to resize

BaseButtonSetShortcut Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BaseButton.SetShortcut(Godot.ShortCut)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetShortcut is deprecated. Use the Shortcut property instead.")]
public void SetShortcut(
	ShortCut shortcut
)

Parameters

shortcut
Type: GodotShortCut

[Missing <param name="shortcut"/> documentation for "M:Godot.BaseButton.SetShortcut(Godot.ShortCut)"]

See Also