Class AnimationTriggersDrawer
Inheritance
AnimationTriggersDrawer
Syntax
[CustomPropertyDrawer(typeof(AnimationTriggers), true)]
public class AnimationTriggersDrawer : PropertyDrawer
Methods
GetPropertyHeight(SerializedProperty, GUIContent)
Declaration
public override float GetPropertyHeight(SerializedProperty prop, GUIContent label)
Parameters
Returns
Overrides
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override void OnGUI(Rect rect, SerializedProperty prop, GUIContent label)
Parameters
Overrides