isInteresting(collides, faces) → {boolean}
Is this tile interesting?
Parameters
Name | Type | Description |
---|---|---|
collides | boolean | If true will check any collides value. |
faces | boolean | If true will check any face value. |
Returns
boolean -
True if the Tile is interesting, otherwise false.
- Source code: tilemap/Tile.js (Line 275)
Please login to continue.