Phaser API Documentation

  Version: 
<static> TileCheckY(body, tile, tileTop, tileBottom, tileBias, isLayer)

Description:

Check the body against the given tile on the Y axis. Used internally by the SeparateTile function.

Parameters:

name type description
body Phaser.Physics.Arcade.Body

The Body object to separate.

tile Phaser.Tilemaps.Tile

The tile to check.

tileTop number

The top position of the tile within the tile world.

tileBottom number

The bottom position of the tile within the tile world.

tileBias number

The tile bias value. Populated by the World.TILE_BIAS constant.

isLayer boolean

Is this check coming from a TilemapLayer or an array of tiles?

Returns:
Description:

The amount of separation that occurred.

Type:
  • number
Since: 3.0.0