AddedComponent
Class with information about a component that has been added to a Prefab instance.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Class
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor.CoreModule
- Inherits from: PrefabOverride
public class AddedComponent : PrefabOverride
Properties
Property | Description |
|---|---|
| instanceComponent | The added component on the Prefab instance. |
Methods
Method | Description |
|---|---|
| Apply | See PrefabOverride.Apply(). |
| GetAssetObject | See PrefabOverride.GetAssetObject(). |
| Revert | See PrefabOverride.Revert(). |