C# Класс UnityEditor.PropertyAndTargetHandler

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

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

Свойство Тип Описание
function TargetChoiceHandler.TargetChoiceMenuFunction
property SerializedProperty
target Object

Открытые методы

Метод Описание
PropertyAndTargetHandler ( UnityEditor.SerializedProperty property, Object target, TargetChoiceHandler function ) : System

Описание методов

PropertyAndTargetHandler() публичный Метод

public PropertyAndTargetHandler ( UnityEditor.SerializedProperty property, Object target, TargetChoiceHandler function ) : System
property UnityEditor.SerializedProperty
target Object
function TargetChoiceHandler
Результат System

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

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

public TargetChoiceHandler.TargetChoiceMenuFunction function
Результат TargetChoiceHandler.TargetChoiceMenuFunction

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

public SerializedProperty property
Результат SerializedProperty

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

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