DoubleFS extension
provides extensions for double
- on
Methods
-
tweenFrom(
double begin) → Tween< double> -
Available on double, provided by the DoubleFS extension
allows to create a tween that start withbeginvalue and ends withthisvalue. -
tweenTo(
double end) → Tween< double> -
Available on double, provided by the DoubleFS extension
allows to create a tween that start withthisvalue and ends withendvalue.