ManualMixerTransition.Drawer.

ManualMixerTransition.

DoElementGUI(Rect, int, SerializedProperty, SerializedProperty) Method

Summary

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

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