Contains information about a tweening process.
Available since
0.1.0
.Constructor
new(startV:Float, to:Float, tMax:Float)
Creates an nb.Tween.TweenVar
instance.
Parameters:
startV | The starting value. |
---|---|
to | The destination value. |
tMax | The tweening duration. |