imagecollections :array An array of Image Collections. Source code:
getTileRight(layer, x, y) Gets the tile to the right of the tile coordinates given.Mostly used as an internal function by calculateFaces
enableDebug : boolean If set then console.log is used to dump out useful layer creation debug data.
format : number The format of the map data, either Phaser.Tilemap.CSV or Phaser.Tilemap.TILED_JSON.
orientation : string The orientation of the map data (as specified in Tiled), usually 'orthogonal'.
tilesets :array An array of Tilesets. Source code:
setCollision(indexes, collides, layer, recalculate)
[static] EAST : number Source code:
random(x, y, width, height, layer) Randomises a set of tiles in a given area. Parameters
forEach(callback, context, x, y, width, height, layer) For each tile in the given area defined by x/y
Page 1 of 8