PrefabUtility.GetRemovedComponents

Cambiar al Manual
public static List<RemovedComponent> GetRemovedComponents (GameObject prefabInstance);

Parámetros

prefabInstanceThe Prefab instance to get information about.

Valor de retorno

List<RemovedComponent> List of objects with information about removed components.

Descripción

Returns a list of objects with information about removed component overrides on the Prefab instance.