Phaser API Documentation

  Version: 
isInteresting(collides, faces)

Description:

Checks if the tile is interesting.

Parameters:

name type description
collides boolean

If true, will consider the tile interesting if it collides on any side.

faces boolean

If true, will consider the tile interesting if it has an interesting face.

Returns:
Description:

True if the Tile is interesting, otherwise false.

Type:
  • boolean
Since: 3.0.0
Source: src/tilemaps/Tile.js (Line 550)