Tween#update()
  • References/Game Development/Phaser/Tweens/Tween

update(time) → {boolean} Core tween update function called by the TweenManager. Does not need to

2025-01-10 15:47:30
Tween#timeScale
  • References/Game Development/Phaser/Tweens/Tween

timeScale : number The speed at which the tweens will run. A value of 1 means it will match the game frame rate. 0.5 will run at

2025-01-10 15:47:30
Tween#resume()
  • References/Game Development/Phaser/Tweens/Tween

resume() Resumes a paused tween. Source code:

2025-01-10 15:47:30
Tween#pause()
  • References/Game Development/Phaser/Tweens/Tween

pause() Pauses the tween. Resume playback with Tween.resume. Source code:

2025-01-10 15:47:30
Tween#onRepeat
  • References/Game Development/Phaser/Tweens/Tween

onRepeat : Phaser.Signal The onRepeat event is fired

2025-01-10 15:47:30
Tween#properties
  • References/Game Development/Phaser/Tweens/Tween

properties : Object Target property cache used when building the child data values. Source

2025-01-10 15:47:30
Tween#current
  • References/Game Development/Phaser/Tweens/Tween

[readonly] current : number The current Tween child being run.

2025-01-10 15:47:30
Tween#onComplete
  • References/Game Development/Phaser/Tweens/Tween

onComplete : Phaser.Signal The onComplete event is

2025-01-10 15:47:30
Tween#onStart
  • References/Game Development/Phaser/Tweens/Tween

onStart : Phaser.Signal The onStart event is fired

2025-01-10 15:47:30
Tween#pendingDelete
  • References/Game Development/Phaser/Tweens/Tween

[readonly] pendingDelete : boolean True if this Tween is ready to be deleted by the TweenManager

2025-01-10 15:47:30