API reference

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

I

interfaceTileLayerNodeOptions

@codexo/exojs-tilemap / tilemap / stable

Options for a TileLayerNode. All optional; reserved for forward compatibility.

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

Options for a TileLayerNode. All optional; reserved for forward compatibility.

Properties1
cullable?: boolean
Whether the layer's chunk nodes participate in per-chunk view culling. Defaults to true. Disable only for tiny, always-on-screen layers where the per-chunk bounds test is pure overhead.
Source