Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PrefabUtility.GetRemovedComponents

Declaration

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

Parameters

prefabInstance The 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.