Show / Hide Table of Contents

Struct UndoPropertyModification

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public struct UndoPropertyModification

Fields

| Improve this Doc View Source

currentValue

Declaration
public PropertyModification currentValue
Field Value
Type Description
PropertyModification
| Improve this Doc View Source

previousValue

Declaration
public PropertyModification previousValue
Field Value
Type Description
PropertyModification

Properties

| Improve this Doc View Source

keepPrefabOverride

Declaration
public bool keepPrefabOverride { get; set; }
Property Value
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX