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
Constructors
MenuToolToggle()
Declaration
protected MenuToolToggle()
Fields
m_Tool
Declaration
protected EditorTool m_Tool
Field Value
| Type | Description |
|---|---|
| EditorTool |
Properties
Tool
Declaration
public EditorTool Tool { get; }
Property Value
| Type | Description |
|---|---|
| EditorTool |