API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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?: string
class?: string
compressionlevel?: number
height: number
Map height in tiles.
infinite: boolean
nextlayerid?: number
nextobjectid?: number
tiledversion?: string
tileheight: number
Tile grid cell height in pixels.
tilewidth: number
Tile grid cell width in pixels.
type: "map"
version: number | string
width: number
Map width in tiles.
Source