Show / Hide Table of Contents

Class PropertyModification

Inheritance
Object
PropertyModification
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class PropertyModification

Fields

| Improve this Doc View Source

objectReference

Declaration
public Object objectReference
Field Value
Type Description
Object
| Improve this Doc View Source

propertyPath

Declaration
public string propertyPath
Field Value
Type Description
String
| Improve this Doc View Source

target

Declaration
public Object target
Field Value
Type Description
Object
| Improve this Doc View Source

value

Declaration
public string value
Field Value
Type Description
String

Extension Methods

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