public static List<AddedComponent> GetAddedComponents (GameObject prefabInstance);

Parámetros

prefabInstanceThe Prefab instance to get information about.

Valor de retorno

List<AddedComponent> List of objects with information about added components.

Descripción

Returns a list of PrefabUtility.AddedComponent objects which contain information about added component overrides on the Prefab instance.