Interface for the main toolbar of the Unity Editor.
Call MainToolbar.Refresh to update a specific element in the toolbar, or MainToolbar.OpenMainToolbarPicker to open the Main Toolbar picker. To add custom elements to the toolbar, refer to MainToolbarElementAttribute and MainToolbarElement.
| Method | Description |
|---|---|
| OpenMainToolbarPicker | Opens the Main Toolbar picker, pre-filtered to a search term. |
| Refresh | Notify the main toolbar to update the content or behaviour of a toolbar element. |