C# Class UnityEditor.PropertyModification

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
objectReference Object
propertyPath string
target Object
value string

Property Details

objectReference public_oe 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_oe property

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

public string propertyPath
return string

target public_oe property

Object that will be modified.

public Object target
return Object

value public_oe property

The value being applied.

public string value
return string