API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceTiledMapData
@codexo/exojs-tiled / tiled / stable
The root of a `.tmj` map file.
18
props
0
methods
0
events
Import
import { TiledMapData } from '@codexo/exojs-tiled'The root of a `.tmj` map file.
Properties18
backgroundcolor?: stringclass?: stringcompressionlevel?: numberheight: numberMap height in tiles.
infinite: booleannextlayerid?: numbernextobjectid?: numbertiledversion?: stringtileheight: numberTile grid cell height in pixels.
tilewidth: numberTile grid cell width in pixels.
type: "map"version: number | stringwidth: numberMap width in tiles.
Source