Version: 2023.2
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。