Class MenuToolToggle
Base class from which any action that is represented in the ProBuilder toolbar inherits.
Inherited Members
Namespace: UnityEditor.ProBuilder
Syntax
public abstract class MenuToolToggle : MenuAction
Remarks
A MenuToolToggle is a special action that creates an EditorTool instance and sets it as the active tool.
Constructors
MenuToolToggle()
Creates a new toggle button on the ProBuilder toolbar in the Editor for this action. Toggle buttons have two states: enabled and disabled. When the toggle is enabled, the tool is active.
Declaration
protected MenuToolToggle()
Fields
m_Tool
Holds a reference to the EditorTool instance created by the action.
Declaration
protected EditorTool m_Tool
Field Value
Type | Description |
---|---|
EditorTool |
Properties
Tool
Gets a reference to the EditorTool instance created by the action.
Declaration
public EditorTool Tool { get; }
Property Value
Type | Description |
---|---|
EditorTool |