MixerParameterTween<TParameter>.

CalculateCurrentValue() Method

Summary

Called every update while this tween is active to calculate the what value to set the Animancer.MixerState`1.Parameter to. Usually based on the Animancer.MixerParameterTween`1.StartValue, Animancer.MixerParameterTween`1.EndValue, and Animancer.MixerParameterTween`1.Progress.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerParameterTween<TParameter>

Syntax

protected abstract TParameter CalculateCurrentValue()

Return Value

Type Description
TParameter