Table of Contents

Class IntValueMotion

Lerps an int value.

public class IntValueMotion : AbstractTweenMotion, ITweenMotion, IMotion
Inheritance
IntValueMotion
Implements
Inherited Members
Extension Methods

Constructors

IntValueMotion(int, int, Action<int>)

public IntValueMotion(int from, int to, Action<int> callback)

Parameters

from int
to int
callback Action<int>

Methods

OnUpdate(float)

public override void OnUpdate(float t)

Parameters

t float