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