Version: 2020.1
言語: 日本語

EditorTools

class in UnityEditor.EditorTools

マニュアルに切り替える

説明

Use this class to manipulate editor tools in the Scene View.

Static 変数

activeToolTypeThe type of EditorTool that is currently active.

Static 関数

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.
SetActiveToolSets the active EditorTool.

Events

activeToolChangedAdd an event handler to be notified when the active tool has been changed.
activeToolChangingAdd an event handler to be notified when the active tool will be changed.