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

参数

gameObject要显示的 GameObject。
gameObjects要显示的 GameObjects 数组。
includeDescendants是否包含后代。

描述

显示 GameObject 或 GameObjects 数组及其后代。


public void Show (SceneManagement.Scene scene);

参数

scene包含要显示的 GameObjects 的场景。

描述

显示场景中的所有 GameObjects。