Version: 2022.1
언어: 한국어

ToolManager

class in UnityEditor.EditorTools

매뉴얼로 전환

설명

This class manipulates editor tools in the Scene view.

정적 변수

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

정적 함수

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.