API reference

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

I

interfaceTileMapNodeOptions

@codexo/exojs-tilemap / tilemap / stable

Options for a TileMapNode.

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

Options for a TileMapNode.

Properties1
cullable?: boolean
Whether the map's chunk nodes participate in per-chunk view culling. Forwarded to every TileLayerNode. Defaults to true.
Source