ManualMixerTransitionDrawer.

DoElementGUI(Rect, int, SerializedProperty, SerializedProperty) Method

Summary

Draws the GUI of the animation at the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
ManualMixerTransitionDrawer

Syntax

protected virtual void DoElementGUI(Rect area, int index, SerializedProperty animation, SerializedProperty speed)

Parameters

Name Type Description
area Rect
index int
animation SerializedProperty
speed SerializedProperty

Return Value

Type Description
void