API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceChunkRange
@codexo/exojs-tilemap / tilemap / stable
The inclusive range of chunk coordinates that intersect a bounded TileLayer. `null` for an unbounded layer (no range limit).
4
props
0
methods
0
events
Import
import { ChunkRange } from '@codexo/exojs-tilemap'The inclusive range of chunk coordinates that intersect a bounded TileLayer. `null` for an unbounded layer (no range limit).
Properties4
maxCx: numbermaxCy: numberminCx: numberminCy: numberSource