new TweenData(parent) A Phaser.Tween contains at least one TweenData object. It contains all of the tween data values, such as the
inReverse : boolean When a Tween is yoyoing this value holds if it's currently playing forwards (false) or in reverse (true).
[static] LOOPED : number Source code:
repeatDelay : number The amount of time in ms between repeats of this tween. Source
[static] RUNNING : number Source code:
interpolationFunction : Function The interpolation function used for the Tween. Default
[readonly] value : number The current calculated value.
yoyoDelay : number The amount of time in ms between yoyos of this tween. Source
interpolationContext : Object The interpolation function context used for the Tween.
Page 3 of 3