# menuPriority

> Menu priority defines the order that main toolbar elements are displayed in within the toolbar's menu.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Toolbars](/engine/6000.6/script-reference/unityeditor/toolbars.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public int menuPriority { get; set; }
```
