Version: 2021.2
言語: 日本語

ToolManager

class in UnityEditor.EditorTools

マニュアルに切り替える

説明

This class manipulates editor tools in the Scene view.

Static 変数

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 関数

IsActiveContextTest if an EditorToolContext is currently the active tool context.
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.