MixerState<TParameter>.

CalculateThresholds(Func<AnimancerState, TParameter>) Method

Summary

Calls `calculate` for each of the Animancer.ManualMixerState.ChildStates and stores the returned value as the threshold for that state.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerState<TParameter>

Syntax

public void CalculateThresholds(Func<AnimancerState, TParameter> calculate)

Parameters

Name Type Description
calculate Func<AnimancerState, TParameter>

Return Value

Type Description
void