uiMenu#
- class omni.kit.menu.core.core.uiMenu(*args, **kwargs)#
Bases:
Menu
ui.Menu subclass. Has glyph, menu_checkable, menu_hotkey_text, submenu and parent_menu properties
- Parameters:
args – Arguments for the ui.Menu constructor.
- Keyword Arguments:
glyph – The glyph associated with the menu.
menu_checkable – If the menu is checkable.
menu_hotkey_text – The hotkey text for the menu.
submenu – If the menu is a submenu.
parent_menu – The parent menu.
Methods
__init__
(*args, **kwargs)Initializes the uiMenu instance.
Attributes
- __init__(*args, **kwargs)#
Initializes the uiMenu instance.