swap(tileA, tileB, x, y, width, height, layer) Scans the given area for tiles with an index matching tileA
getTile(x, y, layer, nonNull) → {
removeTile(x, y, layer) → {Phaser.Tile}
widthInPixels : number The width of the map in pixels based on width * tileWidth. Source
setTileSize(tileWidth, tileHeight) Sets the base tile size for the map. Parameters
paste(x, y, tileblock, layer) Pastes a previously copied block of tile data into the given x/y coordinates
[static] SOUTH : number Source code:
createFromTiles(tiles, replacements, key, layer, group, properties)
searchTileIndex(index, skip, reverse, layer) →
collideIndexes :array An array of tile indexes that collide. Source code:
Page 6 of 8