MixerTransitionDrawer.

DoElementGUI(Rect, int, SerializedProperty, SerializedProperty) Method

Summary

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

Syntax

protected override 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