Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetRemovedComponents(GameObject)

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

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static List<RemovedComponent> GetRemovedComponents(GameObject prefabInstance)

Parameters

prefabInstance

The Prefab instance to get information about.

Returns

Type

Description

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