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

    The Matter Physics Collision Active Event.

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

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