MixerTransitionDrawer.

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
MixerTransitionDrawer

Syntax

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

Parameters

Name Type Description
list ReorderableList
oldIndex int
newIndex int

Return Value

Type Description
void