Tween#update()

update(time) → {boolean}

Core tween update function called by the TweenManager. Does not need to be invoked directly.

Parameters
Name Type Description
time number

A timestamp passed in by the TweenManager.

Returns
boolean -

false if the tween and all child tweens have completed and should be deleted from the manager, otherwise true (still active).

Source code: tween/Tween.js (Line 717)
doc_phaser
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.