Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetRemovedGameObjects(GameObject)

Returns a list of objects with information about removed GameObject overrides on the Prefab instance.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static List<RemovedGameObject> GetRemovedGameObjects(GameObject prefabInstance)

Parameters

prefabInstance

The Prefab instance to get information about.

Returns

Type

Description

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

Remarks