# priority

> Sets the order that overlays are displayed in the overlay menu. The default value is 100. Lower values are displayed before higher values.

## Definition

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

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