LinearMixerTransition.

SortByThresholds() Method

Summary

Sorts all states so that their thresholds go from lowest to highest.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
LinearMixerTransition

Syntax

public void SortByThresholds()

Remarks

This method uses Bubble Sort which is inefficient for large numbers of states.

Return Value

Type Description
void