Phaser API Documentation

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

Description:

The Arcade Physics World Pause Event.

This event is dispatched by an Arcade Physics World instance when it is paused.

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

Since: 3.0.0