enableDebug : boolean If set then console.log is used to dump out useful layer creation debug data.
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) → {
getTileRight(layer, x, y) Gets the tile to the right of the tile coordinates given.Mostly used as an internal function by calculateFaces
tilesets :array An array of Tilesets. Source code:
imagecollections :array An array of Image Collections. Source code:
[static] EAST : number Source code:
removeAllLayers() Removes all layers from this tile map. Source code:
getTileBelow(layer, x, y) Gets the tile below the tile coordinates given.Mostly used as an internal function by calculateFaces
Page 1 of 8