Phaser API Documentation

  Version: 
update(delta)

Description:

Internal method that advances this TweenData based on the delta value given.

Parameters:

name type description
delta number

The elapsed delta time in ms.

Returns:
Description:

true if this TweenData is still playing, or false if it has finished entirely.

Type:
  • boolean
Since: 3.60.0