Table of Contents

Class AnimationCurveValueMotion

Lerps a AnimationCurve value.

public class AnimationCurveValueMotion : AbstractEventMotion<float>, ITweenMotion, IMotion
Inheritance
AnimationCurveValueMotion
Implements
Inherited Members
Extension Methods

Constructors

AnimationCurveValueMotion(AnimationCurve, Action<float>)

public AnimationCurveValueMotion(AnimationCurve animationCurve, Action<float> onUpdated)

Parameters

animationCurve AnimationCurve
onUpdated Action<float>

Methods

OnUpdate(float)

public override void OnUpdate(float t)

Parameters

t float