UndoPropertyModification
Additional Resources: Undo.postprocessModifications.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEditor
- Assembly: UnityEditor
public struct UndoPropertyModification
Fields
Value | Description |
|---|---|
| currentValue | The current value of the modified property. Additional Resources: PropertyModification. |
| previousValue | The previous value of the modified property. Additional Resources: PropertyModification . |
Properties
Property | Description |
|---|---|
| keepPrefabOverride | Indicates whether to retain modifications when the targeted object is an instance of a Prefab. |