Phaser API Documentation

  Version: 
Event: WORLD_STEP
Phaser.Physics.Arcade.Events.WORLD_STEP
WORLD_STEP

Description:

The Arcade Physics World Step Event.

This event is dispatched by an Arcade Physics World instance whenever a physics step is run. It is emitted after the bodies and colliders have been updated.

In high framerate settings this can be multiple times per game frame.

Listen to it from a Scene using: this.physics.world.on('worldstep', listener).

Parameters:

name type description
delta number

The delta time amount of this step, in seconds.

Since: 3.18.0