PrefabUtility.GetRemovedComponents

Switch to Manual
public static List<RemovedComponent> GetRemovedComponents (GameObject prefabInstance);

Parameters

prefabInstanceThe Prefab instance to get information about.

Returns

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

Description

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