intersects(x, y, right, bottom)
Check for intersection with this tile.
Parameters
Name | Type | Description |
---|---|---|
x | number | The x axis in pixels. |
y | number | The y axis in pixels. |
right | number | The right point. |
bottom | number | The bottom point. |
- Source code: tilemap/Tile.js (Line 170)
Please login to continue.