class flixel.tweens.motion.LinearPath extends Motion
Available on all platforms
Determines linear motion along a set of points.
Instance Fields
function setMotion(DurationOrSpeed:Float, ?UseDuration:Bool = true):LinearPath
Starts moving along the path. * *
DurationOrSpeed | Duration or speed of the movement. * |
UseDuration | Whether to use the previous param as duration or speed. |