View source
enum abstract FlxTweenType(Int)
package flixel.tweens
from Int to Int
import flixel.tweens.FlxTween
Available since
4.5.0
.Variables
inlineread onlyLOOPING:FlxTweenType = 2
Looping Tween type, will restart immediately when it finishes.
inlineread onlyONESHOT:FlxTweenType = 8
Oneshot Tween type, will stop and remove itself from its core container when it finishes.
inlineread onlyPINGPONG:FlxTweenType = 4
"To and from" Tween type, will play tween hither and thither