godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
MenuButton.GDNativeClassBinding
godot
menubutton
MenuButton
Undocumented in source.
struct
MenuButton
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("_get_items")
GodotMethod
!(
Array
)
_getItems
;
__gshared
@
GodotName
("_set_items")
GodotMethod
!(
void
,
Array
)
_setItems
;
__gshared
@
GodotName
("_unhandled_key_input")
GodotMethod
!(
void
,
InputEvent
)
_unhandledKeyInput
;
__gshared
@
GodotName
("get_popup")
GodotMethod
!(
PopupMenu
)
getPopup
;
__gshared
@
GodotName
("is_switch_on_hover")
GodotMethod
!(
bool
)
isSwitchOnHover
;
__gshared
@
GodotName
("set_disable_shortcuts")
GodotMethod
!(
void
,
bool
)
setDisableShortcuts
;
__gshared
@
GodotName
("set_switch_on_hover")
GodotMethod
!(
void
,
bool
)
setSwitchOnHover
;
}
Members
Static variables
_getItems
GodotMethod
!(
Array
)
_getItems
;
Undocumented in source.
_setItems
GodotMethod
!(
void
,
Array
)
_setItems
;
Undocumented in source.
_unhandledKeyInput
GodotMethod
!(
void
,
InputEvent
)
_unhandledKeyInput
;
Undocumented in source.
getPopup
GodotMethod
!(
PopupMenu
)
getPopup
;
Undocumented in source.
isSwitchOnHover
GodotMethod
!(
bool
)
isSwitchOnHover
;
Undocumented in source.
setDisableShortcuts
GodotMethod
!(
void
,
bool
)
setDisableShortcuts
;
Undocumented in source.
setSwitchOnHover
GodotMethod
!(
void
,
bool
)
setSwitchOnHover
;
Undocumented in source.
Meta
Source
See Implementation
godot
menubutton
MenuButton
aliases
BaseClasses
functions
_getItems
_setItems
_unhandledKeyInput
getPopup
isSwitchOnHover
opAssign
opEquals
setDisableShortcuts
setSwitchOnHover
toHash
properties
items
switchOnHover
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name