Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

UndoPropertyModification

struct in UnityEditor

Description

Additional resources: Undo.postprocessModifications.

Properties

currentValue The current value of the modified property. Additional resources: PropertyModification.
keepPrefabOverrideIndicates whether to retain modifications when the targeted object is an instance of a Prefab.
previousValue The previous value of the modified property. Additional resources: PropertyModification .