API reference

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

I

interfaceTileMapViewOptions

@codexo/exojs-tilemap / tilemap / stable

Options for a TileMapView.

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

Options for a TileMapView.

Properties2
Named bands, keyed by band name (keys are unique, so duplicate band names cannot occur). Each value lists the layers that compose the band - tile and image layers alike. Layers not listed in any band remain reachable through TileMapView.getLayerNodeById and friends and are owned directly by the view (no implicit fallback band). The definition is copied and frozen; mutating the caller's object afterwards does not change band assignments.
cullable?: boolean
Whether the generated TileLayerNodes' chunks participate in per-chunk view culling. Forwarded to every layer node. Default true.
Source