activeToolChanged
Defines an event handler for when the active tool changes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Event
- Namespace: UnityEditor.EditorTools
- Assembly: UnityEditor.CoreModule
public static event Action activeToolChanged
Remarks
Use this event along with ToolManager.IsActiveTool to be notified when an EditorTool is activated.