ManualMixerState.

ForceRecalculateWeights() Method

Summary

Recalculates the weights of all child states based on the current value of the Animancer.MixerState`1.Parameter and the thresholds.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

protected virtual void ForceRecalculateWeights()

Remarks

Overrides of this method must set Animancer.ManualMixerState.WeightsAreDirty = false.

Return Value

Type Description
void