C# Класс Ludiq.Reflection.Editor.AnimatorParameterDrawer

Наследование: TargetedDrawer
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
nameProperty UnityEditor.SerializedProperty
property UnityEditor.SerializedProperty
targets UnityEngine.Animator[]

Защищенные методы

Метод Описание
FindTargets ( ) : UnityEngine.Animator[]

Gets the list of targets on the inspected objects.

GetNameOptions ( ) : List>

Gets the list of shared parameter names as popup options.

GetSelfTarget ( Object obj ) : Object
GetValue ( ) : AnimatorParameter

Returns an animator parameter constructed from the current property values.

RenderMemberControl ( Rect position ) : void
SetValue ( AnimatorParameter value ) : void

Assigns the property values from a specified animator parameter.

Update ( UnityEditor.SerializedProperty property ) : void

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

FindTargets() защищенный Метод

Gets the list of targets on the inspected objects.
protected FindTargets ( ) : UnityEngine.Animator[]
Результат UnityEngine.Animator[]

GetNameOptions() защищенный Метод

Gets the list of shared parameter names as popup options.
protected GetNameOptions ( ) : List>
Результат List>

GetSelfTarget() защищенный Метод

protected GetSelfTarget ( Object obj ) : Object
obj Object
Результат Object

GetValue() защищенный Метод

Returns an animator parameter constructed from the current property values.
protected GetValue ( ) : AnimatorParameter
Результат AnimatorParameter

RenderMemberControl() защищенный Метод

protected RenderMemberControl ( Rect position ) : void
position UnityEngine.Rect
Результат void

SetValue() защищенный Метод

Assigns the property values from a specified animator parameter.
protected SetValue ( AnimatorParameter value ) : void
value AnimatorParameter
Результат void

Update() защищенный Метод

protected Update ( UnityEditor.SerializedProperty property ) : void
property UnityEditor.SerializedProperty
Результат void

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

nameProperty защищенное свойство

The UnityMember.name of the inspected property, of type string.
protected SerializedProperty,UnityEditor nameProperty
Результат UnityEditor.SerializedProperty

property защищенное свойство

The inspected property, of type AnimatorParameter.
protected SerializedProperty,UnityEditor property
Результат UnityEditor.SerializedProperty

targets защищенное свойство

The targeted animators.
protected Animator[],UnityEngine targets
Результат UnityEngine.Animator[]