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

Parámetros

gameObjectGameObject to show.
gameObjectsArray of GameObjects to show.
includeDescendantsWhether to include descendants.

Descripción

Shows a GameObject, or an array of GameObjects, and its descendants.


public void Show (SearchService.Scene scene);

Parámetros

sceneScene containing GameObjects to show.

Descripción

Shows all GameObjects in scene.