Version: Unity 6.7 Beta (6000.7)
LanguageEnglish
  • C#

MainToolbar

class in UnityEditor.Toolbars

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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.

Static Methods

Method Description
OpenMainToolbarPickerOpens the Main Toolbar picker, pre-filtered to a search term.
RefreshNotify the main toolbar to update the content or behaviour of a toolbar element.