Version: 2021.1
LanguageEnglish
  • C#

Status

enumeration

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

Status of the menu item. The values of this enumeration should be used as flags.

Properties

NoneThe item is not displayed. This is the default value and represents the absence of flags.
NormalThe item is displayed normally.
DisabledThe item is disabled and is not be selectable by the user.
CheckedThe item is displayed with a checkmark.
HiddenThe item is not displayed. This flag can be used with other flags.