public bool AreAllDescendantsHidden (GameObject gameObject);

Parámetros

gameObjectGameObject to check.

Valor de retorno

bool Returns true if all descendants are hidden.

Descripción

Checks whether all the descendants of a GameObject are hidden.


public bool AreAllDescendantsHidden (SearchService.Scene scene);

Parámetros

sceneScene to check.

Valor de retorno

bool Returns true if all root GameObjects of the Scene and all their descendants are hidden.

Descripción

Checks whether root GameObjects, and all their descendants, are hidden in a Scene.