Click or drag to resize

BaseButtonGetShortcut Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BaseButton.GetShortcut"]

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

Return Value

Type: ShortCut

[Missing <returns> documentation for "M:Godot.BaseButton.GetShortcut"]

See Also