Phaser API Documentation

  Version: 
update(timestamp, delta)

Description:

Updates all Tweens and Timelines of the Tween Manager.

Parameters:

name type description
timestamp number

The current time in milliseconds.

delta number

The delta time in ms since the last frame. This is a smoothed and capped value based on the FPS rate.

Since: 3.0.0