PrefabUnpackMode
Enum used to determine how a Prefab should be unpacked.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum PrefabUnpackMode
Remarks
Additional Resources: PrefabUtility.UnpackPrefabInstance.
Fields
Value | Description |
|---|---|
| Completely | Use this to strip away all Prefab information from a Prefab instance. |
| OutermostRoot | Use this mode to only unpack the outermost layer of a Prefab. |