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