API reference

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

I

interfaceTiledTilesetData

@codexo/exojs-tiled / tiled / stable

A Tiled tileset, as the root of a standalone `.tsj` file or (minus `firstgid`) embedded inline in a map's `tilesets` array.

18
props
0
methods
0
events
Import
import { TiledTilesetData } from '@codexo/exojs-tiled'

A Tiled tileset, as the root of a standalone `.tsj` file or (minus `firstgid`) embedded inline in a map's `tilesets` array.

Properties18
class?: string
columns: number
image?: string
Single-image ("atlas") tileset source, relative to the tileset's location. Absent for collection-of-images tilesets.
imageheight?: number
imagewidth?: number
margin?: number
name: string
spacing?: number
tilecount: number
tiledversion?: string
tileheight: number
tilewidth: number
version?: number | string
Source