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