API reference

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

I

interfaceChunkPayload

@codexo/exojs-tilemap / tilemap / stable

A chunk payload ready to install into a import('./TileLayer').TileLayer via import('./TileLayer').TileLayer._adoptChunk - the same shape import('./TileChunk').TileChunk's constructor accepts as its `source` parameter, named and exported so provider authors have a type to import instead of matching an inline shape.

3
props
0
methods
0
events
Import
import { ChunkPayload } from '@codexo/exojs-tilemap'

A chunk payload ready to install into a import('./TileLayer').TileLayer via import('./TileLayer').TileLayer._adoptChunk - the same shape import('./TileChunk').TileChunk's constructor accepts as its `source` parameter, named and exported so provider authors have a type to import instead of matching an inline shape.

Properties3
height: number
tiles: Uint32Array
width: number
Source