enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseStatus of the menu item. The values of this enumeration should be used as flags.
None | The item is not displayed. This is the default value and represents the absence of flags. |
Normal | The item is displayed normally. |
Disabled | The item is disabled and is not be selectable by the user. |
Checked | The item is displayed with a checkmark. |
Hidden | The item is not displayed. This flag can be used with other flags. |