This event is dispatched by an Arcade Physics World instance if a body overlaps with a Tile and
has its [onOverlap]Phaser.Physics.Arcade.Body#onOverlap property set to true.
It provides an alternative means to handling overlap events rather than using the callback approach.
Listen to it from a Scene using: this.physics.world.on('tileoverlap', listener).
Please note that 'collide' and 'overlap' are two different things in Arcade Physics.
The Arcade Physics Tile Overlap Event.
This event is dispatched by an Arcade Physics World instance if a body overlaps with a Tile and has its [onOverlap]Phaser.Physics.Arcade.Body#onOverlap property set to
true.It provides an alternative means to handling overlap events rather than using the callback approach.
Listen to it from a Scene using:
this.physics.world.on('tileoverlap', listener).Please note that 'collide' and 'overlap' are two different things in Arcade Physics.