collisionCallback : Function Tile collision callback. Source code: tilemap/Tile.js (Line 144)
collideUp : boolean Indicating collide with any object on the top. Source code: tilemap/Tile.js (Line 132)
[readonly] collides : boolean True if this tile can collide on any of its faces. Source code: tilemap/Tile.js (Line 331)
collideRight : boolean Indicating collide with any object on the right. Source code: tilemap/Tile.js (Line 126)
collideLeft : boolean Indicating collide with any object on the left. Source code: tilemap/Tile.js (Line 120)
collideDown : boolean Indicating collide with any object on the bottom. Source code: tilemap/Tile.js (Line 138)
centerY Properties: Name Type Description height number The height of the tile in pixels. Source code: tilemap/Tile.js (Line 79)
centerX Properties: Name Type Description width number The width of the tile in pixels. Source code: tilemap/Tile.js (Line 74)
[readonly] canCollide : boolean True if this tile can collide on any of its faces or has a collision callback set. Source code: tilemap/Tile.js (Line 344)
[readonly] bottom : number The sum of the y and height properties. Source code: tilemap/Tile.js (Line 396)
Page 240 of 11844