ToolManager

class in UnityEditor.EditorTools

Switch to Manual

Description

This class manipulates editor tools in the Scene view.

Static Variables

activeContextTypeGets the type of EditorToolContext that is currently active. The default value is GameObjectToolContext.
activeToolTypeGets the type of the EditorTool that is currently active.

Static Functions

IsActiveToolTest if an EditorTool is currently the active tool.
RestorePreviousPersistentToolSets the last-used global EditorTool as the active tool.
RestorePreviousToolSets the last-used EditorTool as the active tool.
SetActiveContextSets the active EditorToolContext.
SetActiveToolSets the active EditorTool.

Events

activeContextChangedDefines an event handler for when the active EditorToolContext changes.
activeContextChangingDefines an event handler for when the active EditorToolContext will change.
activeToolChangedDefines an event handler for when the active tool changes.
activeToolChangingDefines an event handler for when the active tool changes.