Enum NativeMenu.Feature
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum NativeMenu.Feature : long
Fields
GlobalMenu = 0NativeMenu supports native global main menu.
HoverCallback = 3NativeMenu supports menu item hover callback.
KeyCallback = 4NativeMenu supports menu item accelerator/key callback.
OpenCloseCallback = 2NativeMenu supports menu open and close callbacks.
PopupMenu = 1NativeMenu supports native popup menus.