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

PrefabUtility.GetRemovedGameObjects

Declaration

public static List<RemovedGameObject> GetRemovedGameObjects(GameObject prefabInstance);

Parameters

prefabInstance The Prefab instance to get information about.

Returns

List<RemovedGameObject> List of objects with information about removed GameObjects.

Description

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