Skip to content

MenuOptionType Enum

The MenuOptionType enum defines the various types of menu options available for user interaction or configuration.

Enum Values

NameValueDescription
None0Represents no specific menu option.
Folder1A folder menu option, used to group other options.
Toggle2A toggle menu option, typically used for enabling or disabling a feature.
ToggleBlock3A block-based toggle menu option.
Slider4A slider menu option, used to adjust a value within a range.
MultiSelect5A multi-select menu option, allowing selection of multiple items.
ComboBox6A combo box menu option for selecting a single option from a dropdown.
ColorPicker7A color picker menu option, used for selecting a color.
KeyBind8A key binding menu option, used to assign a key to a specific action.
Button9A button menu option, typically used for triggering an action.
InputBox10An input box menu option, used to capture user text input.
PrioritySelect11A priority selection menu option, used to rank or prioritize items.
MultiComboBox12A multi-combo box menu option, allowing selection of multiple dropdown items.
Label13A label menu option.
HeroSelect14A hero selection menu option.