C# Class UnityEditor.PropertyModification

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство 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
Résultat Object

propertyPath public_oe property

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

public string propertyPath
Résultat string

target public_oe property

Object that will be modified.

public Object target
Résultat Object

value public_oe property

The value being applied.

public string value
Résultat string