Version: Unity 6.3 Beta (6000.3)
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.

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.

Static Methods

Method Description
RefreshNotify the main toolbar to update the content or behaviour of a toolbar element.