C# Класс UnityToolbag.AnimParamsDrawer

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

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

Метод Описание
OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void

Приватные методы

Метод Описание
BuildParamList ( AnimatorControllerParameter paramList, string propVal, int &selectedIndex ) : UnityEngine.GUIContent[]
GetFromComponent ( UnityEditor.SerializedProperty property, AnimParamsAttribute animParams, int &selectedIndex ) : UnityEngine.GUIContent[]
GetFromInstanceId ( UnityEditor.SerializedProperty property, AnimParamsAttribute animParams, int &selectedIndex ) : UnityEngine.GUIContent[]

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

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

public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position UnityEngine.Rect
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
Результат void