PrefabUtility.GetAddedGameObjects

Cambiar al Manual
public static List<AddedGameObject> GetAddedGameObjects (GameObject prefabInstance);

Parámetros

prefabInstanceThe Prefab instance to get information about.

Valor de retorno

List<AddedGameObject> List of objects with information about added GameObjects.

Descripción

Returns a list of PrefabUtility.AddedGameObject objects which contain information about added GameObjects on the Prefab instance.