phaser - v4.0.0-rc.4
    Preparing search index...
    COLLISION_END: string

    The Matter Physics Collision End Event.

    This event is dispatched by a Matter Physics World instance after the engine has updated. It provides a list of all pairs that have finished colliding in the current tick (if any).

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