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

Parámetros

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

Descripción

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


public void Hide (SearchService.Scene scene);

Parámetros

sceneScene containing GameObjects to hide.

Descripción

Hides all GameObjects in a scene.