The Game Resume Event.
This event is dispatched when the game loop leaves a paused state and resumes running.
name | type | description |
---|---|---|
pauseDuration | number |
The duration, in ms, that the game was paused for, or 0 if {@link Phaser.Game#resume} was called. |