Version: 2019.2
LanguageEnglish
  • C#

EditorTool.toolbarIcon

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

public GUIContent toolbarIcon;

Description

Contains the icon and tooltip for this tool. If this function is not implemented, the toolbar displays the Inspector icon for the target type. If no target type is defined, the toolbar displays the Tool Mode icon.

This property is accessed frequently, so for best results you should load the icon's GUIContent in MonoBehaviour.OnEnable. See EditorTool for an example.