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

MixerParameterTweenVector2.

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
MixerParameterTweenVector2

Syntax

protected override Vector2 CalculateCurrentValue()

Return Value

Type Description
Vector2