GetPrefabInstanceStatus(Object)
Determines whether a Prefab instance is properly connected to its asset.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static PrefabInstanceStatus GetPrefabInstanceStatus(Object componentOrGameObject)
Parameters
An object that is part of a Prefab instance.
Returns
Type | Description |
|---|---|
| PrefabInstanceStatus | The status of the Prefab instance. |