Menu
Provides methods to manipulate a menu item.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public sealed class Menu
Constructors
Constructor | Description |
|---|---|
| Menu() | Default constructor. |
Static Methods
Method | Description |
|---|---|
| GetChecked | Gets the check status of a menu item. |
| GetEnabled | Gets the enabled status of a menu item. |
| SetChecked | Sets the check status of a menu item. |