ManualMixerTransition.Drawer.

ManualMixerTransition.

OnReorderList(ReorderableList, int, int) Method

Summary

Called when reordering states in the list to ensure that any other relevant arrays have their corresponding elements reordered as well.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerTransition.Drawer

Syntax

protected virtual void OnReorderList(ReorderableList list, int oldIndex, int newIndex)

Parameters

Name Type Description
list ReorderableList
oldIndex int
newIndex int

Return Value

Type Description
void