C# Class UnityEditor.PropertyModification

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
objectReference Object
propertyPath string
target Object
value string

Property Details

objectReference public property

The value being applied when it is a object reference (which can not be represented as a string).

public Object objectReference
return Object

propertyPath public property

Property path of the property being modified (Matches as SerializedProperty.propertyPath).

public string propertyPath
return string

target public property

Object that will be modified.

public Object target
return Object

value public property

The value being applied.

public string value
return string