IsCurrentStageIsolated()
Checks whether the current stage is in Isolation mode.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public bool IsCurrentStageIsolated()
Returns
Type | Description |
|---|---|
| bool | Returns true if current stage is in Isolation mode. Otherwise, returns false. |