API reference

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

I

interfaceTiledChunkData

@codexo/exojs-tiled / tiled / stable

A chunk of tile data within an infinite tile layer.

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

A chunk of tile data within an infinite tile layer.

Properties5
data: readonly number[]
height: number
width: number
x: number
y: number
Source