Scene.GetRootGameObjects

Switch to Manual
public GameObject[] GetRootGameObjects ();

Returns

GameObject[] 游戏对象数组。

Description

Returns all the root game objects in the Scene.


public void GetRootGameObjects (List<GameObject> rootGameObjects);

Parameters

rootGameObjects用于返回根游戏对象的列表。

Description

Returns all the root game objects in the Scene.

请确保列表容量大于 Scene.rootCount,这样 Unity 便不会在内部分配内存。