GetAssetObject()
Returns the asset object of the override in the outermost Prefab that the Prefab instance comes from.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor.CoreModule
public abstract Object GetAssetObject()
Returns
Type | Description |
|---|---|
| Object | The object inside the Prefab Asset affected by the override. |