Hierarchy

  • TileMapOptions

Properties

columns: number

The number of tile columns, or the number of tiles wide

name?: string

Optionally name the isometric tile map

pos?: Vector

Optionally specify the position of the isometric tile map

renderFromTopOfGraphic?: boolean

Optionally render from the top of the graphic, by default tiles are rendered from the bottom

rows: number

The number of tile rows, or the number of tiles high

tileHeight: number

Height of an individual tile in pixels

tileWidth: number

Width of an individual tile in pixels