MixerState<TParameter>.

OnThresholdsChanged() Method

Summary

Called whenever the thresholds are changed. By default this method simply indicates that the blend weights need recalculating but it can be overridden by child classes to perform validation checks or optimisations.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerState<TParameter>

Syntax

public virtual void OnThresholdsChanged()

Return Value

Type Description
void