Version: 2023.1
언어: 한국어
public bool AreAllDescendantsHidden (GameObject gameObject);

파라미터

gameObject GameObject to check.

반환

bool Returns true if all descendants are hidden.

설명

Checks whether all the descendants of a GameObject are hidden.


public bool AreAllDescendantsHidden (SceneManagement.Scene scene);

파라미터

scene Scene to check.

반환

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

설명

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