Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DropdownMenuAction.Status

Status of the menu item.
Read time 1 minuteLast updated 7 days ago

Definition

[Flags]public enum DropdownMenuAction.Status

Remarks

Use the values of this enumeration as flags

Fields

Value

Description

CheckedDisplay the item with a checkmark.
DisabledDisable the item and make it so it is not selectable by the user.
HiddenDo not display the item.
NoneDo not display the item.
NormalDisplay the item normally.