AreAllDescendantsVisible(GameObject)
Checks whether all the descendants are visible.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public bool AreAllDescendantsVisible(GameObject gameObject)
Parameters
GameObject to check.
Returns
Type | Description |
|---|---|
| bool | Returns true if all descendants of the GameObject are visible. |