OptionalcurrentOptionaldelayTime in milliseconds before tween will start.
OptionaldurationDuration of the tween in milliseconds, excludes time for yoyo or repeats.
The ease function this tween uses.
OptionalelapsedDelta counter
OptionalendThe property value at the end of the ease.
OptionalflipAutomatically call toggleFlipX when the TweenData yoyos or repeats
OptionalflipAutomatically call toggleFlipY when the TweenData yoyos or repeats
OptionalgenLoadValue generation functions.
If not null, is invoked immediately as soon as the TweenData is running, and is set on the target property.
The returned value sets what the property will be at the END of the Tween.
The returned value sets what the property will be at the START of the Tween.
OptionalholdTime in milliseconds the tween will pause before running the yoyo or starting a repeat.
The target index within the Tween targets array.
The property of the target being tweened.
OptionalpreviousThe previous property value.
OptionalprogressBetween 0 and 1 showing completion of this TweenData.
OptionalrepeatNumber of times to repeat the tween. The tween will always run once regardless, so a repeat value of '1' will play the tween twice.
OptionalrepeatHow many repeats are left to run?
OptionalrepeatTime in milliseconds before the repeat will start.
OptionalstartThe property value at the start of the ease.
OptionalstateTWEEN_CONST.CREATED
The target to tween.
OptionaltotalThe total calculated duration of this TweenData (based on duration, repeat, delay and yoyo)
OptionalyoyoCause the tween to return back to its start value after hold has expired.
The current propety value.