The Matter Physics Before Update Event.
This event is dispatched by a Matter Physics World instance right before all the collision processing takes place.
Listen to it from a Scene using: this.matter.world.on('beforeupdate', listener)
.
name | type | description |
---|---|---|
event | Phaser.Physics.Matter.Events.BeforeUpdateEvent |
The Update Event object. |