Version: 2023.1
언어: 한국어
public void Show (GameObject gameObject, bool includeDescendants);
public void Show (GameObject[] gameObjects, bool includeDescendants);

파라미터

gameObject GameObject to show.
gameObjects Array of GameObjects to show.
includeDescendants Whether to include descendants.

설명

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


public void Show (SceneManagement.Scene scene);

파라미터

scene Scene containing GameObjects to show.

설명

Shows all GameObjects in scene.