C# Класс UnityEditor.PropertyModification

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
objectReference Object
propertyPath string
target Object
value string

Описание свойств

objectReference публичное свойство

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

public Object objectReference
Результат Object

propertyPath публичное свойство

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

public string propertyPath
Результат string

target публичное свойство

Object that will be modified.

public Object target
Результат Object

value публичное свойство

The value being applied.

public string value
Результат string