Extension: omni.kit.widget.options_button-1.0.3 |
Documentation Generated: Dec 17, 2024 |
Overview#
The omni.kit.widget.options_button
module provides a user interface element designed specifically for presenting a button with an associated options menu. This widget is particularly useful for creating a streamlined UI where multiple actions or settings can be accessed from a single point.
Important API List#
The module consists of the following main component:
OptionsButton: A button with an integrated popup menu for options. It can be customized with different sizes, styles, and behaviors.
General Use Case#
The OptionsButton
can be used in user interfaces where there is a need to present multiple options or actions related to a single UI element. This is especially common in application settings menus, toolbars, or any area where space is at a premium and the user experience benefits from a concise and organized presentation of choices. For examples of how to use the APIs, please consult the Python usage pages.