MixerParameterTween<TParameter>.

Start(TParameter, float) Method

Summary

Sets the details of this tween and registers it to be updated so that it can apply its effects every frame.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerParameterTween<TParameter>

Syntax

public void Start(TParameter endValue, float duration)

Parameters

Name Type Description
endValue TParameter
duration float

Return Value

Type Description
void