TweenManager#game
  • References/Game Development/Phaser/Tweens/TweenManager

game : Phaser.Game Local reference to game.

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

new TweenManager(game) Phaser.Game has a single instance of the TweenManager through which all Tween objects are created and updated

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

update() → {boolean} Update all the tween objects you added to this manager. Returns

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

remove(tween) Remove a tween from this manager. Parameters Name

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

frameBased : boolean Are all newly created Tweens frame or time based? A frame based tween will use the physics elapsed timer when

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

resumeAll() Resumes all currently paused tweens. Source code:

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

removeFrom(obj, children) Remove all tweens from a specific object, array of objects or Group.

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

add(tween) → {Phaser.Tween}

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

getAll() → {Array.<Phaser.Tween>}

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

removeAll() Remove all tweens running and in the queue. Doesn't call any of the tween onComplete events.

2025-01-10 15:47:30