PrefabInstanceStatus
Enum with status about whether a Prefab instance is properly connected to its asset.
Read time 1 minuteLast updated 2 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum PrefabInstanceStatus
Fields
Value | Description |
|---|---|
| Connected | The Prefab instance is connected to its Prefab Asset. |
| MissingAsset | The Prefab instance is missing its Prefab Asset. |
| NotAPrefab | The object is not part of a Prefab instance. |