tileWidth : number The base width of the tiles in the map (in pixels). Source
layers :array An array of Tilemap layer data. Source code:
getTileWorldXY(x, y, tileWidth, tileHeight, layer, nonNull)
createLayer(layer, width, height, group) → {
widthInPixels : number The width of the map in pixels based on width * tileWidth. Source
copy(x, y, width, height, layer) → {array} Copies all of the tiles
tiles :array The super array of Tiles. Source code:
hasTile(x, y, layer) → {boolean} Checks if there is a tile at the given location. Parameters
getTile(x, y, layer, nonNull) → {
currentLayer : number The current layer. Source code:
Page 5 of 8