delay(duration, index) → {Phaser.Tween}
onUpdateCallback(callback, callbackContext) → {Phaser.Tween}
isRunning : boolean If the tween is running this is set to true, otherwise false. Tweens that are in a delayed state or waiting
onChildComplete : Phaser.Signal The onChildComplete
easing(ease, index) → {Phaser.Tween}
manager : Phaser.TweenManager Reference
onLoop : Phaser.Signal The onLoop event is fired if
to(properties, duration, ease, autoStart, delay,
timeline : Array An Array of TweenData objects that comprise the different parts of this Tween.
yoyo(enable, yoyoDelay, index) → {
Page 2 of 5