RemovedComponent
Class with information about a component that has been removed from a Prefab instance.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor.CoreModule
- Inherits from: PrefabOverride
public class RemovedComponent : PrefabOverride
Properties
Property | Description |
|---|---|
| assetComponent | The components on the Prefab Asset which has been removed on the Prefab instance. |
| containingInstanceGameObject | The GameObject on the Prefab instance that the component has been removed from. |
Methods
Method | Description |
|---|---|
| Apply | See PrefabOverride.Apply(). |
| GetAssetObject | See PrefabOverride.GetAssetObject(). |
| Revert | See PrefabOverride.Revert(). |