Phaser API Documentation

  Version: 
update(particle, delta, step)

Description:

Takes a Particle and updates it based on the properties of this Gravity Well.

Parameters:

name type description
particle Phaser.GameObjects.Particles.Particle

The Particle to update.

delta number

The delta time in ms.

step number

The delta value divided by 1000.

Since: 3.0.0