ManualMixerState.

DisableRemainingStates(int) Method

Summary

Sets the weight of all states after the `previousIndex` to 0.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

protected void DisableRemainingStates(int previousIndex)

Parameters

Name Type Description
previousIndex int

Return Value

Type Description
void