This is the old Animancer v7.4 documentation. Click here for the latest version.

MixerTransitionDrawer.

OnAddElement(int) Method

Summary

Called when adding a new state to the list to ensure that any other relevant arrays have new elements added as well.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
MixerTransitionDrawer

Syntax

protected override void OnAddElement(int index)

Parameters

Name Type Description
index int

Return Value

Type Description
void