Table of Contents

Class FloatValueMotion

Lerps a float value.

public class FloatValueMotion : AbstractValueMotion<float>, ITweenMotion, IMotion
Inheritance
FloatValueMotion
Implements
Inherited Members
Extension Methods

Constructors

FloatValueMotion(float, float, Action<float>)

public FloatValueMotion(float from, float to, Action<float> onUpdated)

Parameters

from float
to float
onUpdated Action<float>

Properties

LerpFunction

protected override Func<float, float, float, float> LerpFunction { get; }

Property Value

Func<float, float, float, float>