This is the old Animancer v7.4 documentation. Click here for the latest version.

MixerParameterTweenFloat.

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
MixerParameterTweenFloat

Syntax

protected override float CalculateCurrentValue()

Return Value

Type Description
float