Version: 2022.3
言語: 日本語
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.