IsActiveTool(EditorTool)
Test if an EditorTool is currently the active tool.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.EditorTools
- Assembly: UnityEditor.CoreModule
public static bool IsActiveTool(EditorTool tool)
Parameters
The EditorTool to compare with the active tool.
Returns
Type | Description |
|---|---|
| bool | Returns true if the tool is active, false if it is not the active tool. |