Version: 2022.3
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

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.