Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


activeToolChanging

Defines an event handler for when the active tool changes.
Read time 1 minuteLast updated 5 days ago

Definition

public static event Action activeToolChanging

Remarks

Use this event along with ToolManager.IsActiveTool to be notified when an EditorTool is deactivated.