IsPickingDisabledOnAnyDescendant(Scene)
Checks whether any descendants have picking disabled.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public bool IsPickingDisabledOnAnyDescendant(Scene scene)
Parameters
Scene to check.
Returns
Type | Description |
|---|---|
| bool | Returns true when at least one descendant with picking disabled is found. |