easingFunction : Function The easing function used for the Tween. Default
[readonly] repeatTotal : number The total number of times this Tween will repeat.
isFrom : boolean Is this a from tween or a to tween? Source code:
start(index) → {Phaser.Tween}
game : Phaser.Game A reference to the currently running Game
Out(k) → {number} Quintic ease-out. Parameters
parent : Phaser.Tween The Tween which owns this TweenData
new TweenManager(game) Phaser.Game has a single instance of the TweenManager through which all Tween objects are created and updated
update() → {boolean} Update all the tween objects you added to this manager. Returns
updateTweenData(property, value, index) → {
Page 1 of 13