# Menu

> Provides methods to manipulate a menu item.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public sealed class Menu
```

## Constructors

| Constructor                                                        | Description          |
| ------------------------------------------------------------------ | -------------------- |
| [Menu()](/engine/6000.7/script-reference/unityeditor/menu/ctor.md) | Default constructor. |

## Static Methods

| Method                                                                       | Description                             |
| ---------------------------------------------------------------------------- | --------------------------------------- |
| [GetChecked](/engine/6000.7/script-reference/unityeditor/menu/getchecked.md) | Gets the check status of a menu item.   |
| [GetEnabled](/engine/6000.7/script-reference/unityeditor/menu/getenabled.md) | Gets the enabled status of a menu item. |
| [SetChecked](/engine/6000.7/script-reference/unityeditor/menu/setchecked.md) | Sets the check status of a menu item.   |
