View source
enum abstract FlxPathLoopType(Int)
package flixel.path
from Int to Int
import flixel.path.FlxBasePath
Path behavior for when an end is reached
Variables
inlineread onlyLOOP:FlxPathLoopType = 0x000010
When the end is reached, go back to the other end and start again
inlineread onlyYOYO:FlxPathLoopType = 0x001000
When the end is reached, change direction and continue