API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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?: booleanWhether the map's chunk nodes participate in per-chunk view culling. Forwarded to every TileLayerNode. Defaults to true.
Source