C# Class UnityToolbag.AnimParamsDrawer

Inheritance: UnityEditor.PropertyDrawer
Exibir arquivo Open project: ChemiKhazi/UnityToolbag

Public Methods

Method Description
OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void

Private Methods

Method Description
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[]

Method Details

OnGUI() public method

public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position UnityEngine.Rect
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
return void