fill(index, x, y, width, height, layer) Fills the given area with the specified tile. Parameters
tilesets :array An array of Tilesets. Source code:
setCollision(indexes, collides, layer, recalculate)
getTileLeft(layer, x, y) Gets the tile to the left of the tile coordinates given.Mostly used as an internal function by calculateFaces
imagecollections :array An array of Image Collections. Source code:
enableDebug : boolean If set then console.log is used to dump out useful layer creation debug data.
tileHeight : number The base height of the tiles in the map (in pixels). Source
getTileRight(layer, x, y) Gets the tile to the right of the tile coordinates given.Mostly used as an internal function by calculateFaces
layer : number | string | Phaser.TilemapLayer
setCollisionByExclusion(indexes, collides, layer, recalculate)
Page 2 of 8