# toolPriority

> Tool priority defines the order that tools are displayed in within the Tools Overlay.

## Definition

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

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

### Remarks

Tools buttons are sorted in ascending order. The lowest values place tools at the left or top of the toolbar, depending on layout.

The default priority is [ToolAttribute.defaultPriority](/engine/6000.7/script-reference/unityeditor/editortools/toolattribute/defaultpriority.md).
