Interface for the main toolbar of the Unity Editor.
The only method on this interface is MainToolbar.Refresh, which you can call to update a specific element in the toolbar. To add custom elements to the toolbar look at MainToolbarElementAttribute and MainToolbarElement.
| Method | Description |
|---|---|
| Refresh | Notify the main toolbar to update the content or behaviour of a toolbar element. |