updateTweenData(property, value, index) → {
start(index) → {Phaser.Tween}
game : Phaser.Game A reference to the currently running Game
repeat(total, repeat, index) → {
from(properties, duration, ease, autoStart, delay,
new Tween(target, game, manager) A Tween allows you to alter one or more properties of a target object over a defined period of time
yoyoDelay(duration, index) → {Phaser
isRunning : boolean If the tween is running this is set to true, otherwise false. Tweens that are in a delayed state or waiting
onUpdateCallback(callback, callbackContext) → {Phaser.Tween}
isPaused : boolean Is this Tween paused or not? Source code:
Page 1 of 5