public void Hide (GameObject gameObject, bool includeDescendants);
public void Hide (GameObject[] gameObjects, bool includeDescendants);

파라미터

gameObjectGameObject to hide.
gameObjectsArray of GameObjects to hide.
includeDescendantsWhether to also hide descendants.

설명

Hides a GameObject, or an Array of GameObjects, and their descendants.


public void Hide (SceneManagement.Scene scene);

파라미터

sceneScene containing GameObjects to hide.

설명

Hides all GameObjects in a scene.