setScale(xScale, yScale) This method will set the scale of the tilemap as
[static] EAST : number Source code:
[readonly] columns : integer The number of tile columns in the tileset.
enableDebug : boolean If set then console.log is used to dump out useful layer creation debug data.
getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the Sprite as a rectangle
orientation : string The orientation of the map data (as specified in Tiled), usually 'orthogonal'.
format : number The format of the map data, either Phaser.Tilemap.CSV or Phaser.Tilemap.TILED_JSON.
create(name, width, height, tileWidth, tileHeight, group) → {
layer : number | string | Phaser.TilemapLayer
intersects(x, y, right, bottom) Check for intersection with this tile. Parameters
Page 1 of 25