View source
class LinearPath
package flixel.tweens.motion
extends Motion › FlxTween
Available on all platforms
Determines linear motion along a set of points.
Variables
Methods
setMotion(DurationOrSpeed:Float, UseDuration:Bool = true):LinearPath
Starts moving along the path.
Parameters:
DurationOrSpeed | Duration or speed of the movement. |
|---|---|
UseDuration | Whether to use the previous param as duration or speed. |