API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceMapWorldRuntimeOptions
@codexo/exojs-tilemap / tilemap / stable
Options for MapWorldRuntime.
4
props
0
methods
0
events
Import
import { MapWorldRuntimeOptions } from '@codexo/exojs-tilemap'Options for MapWorldRuntime.
Properties4
Builds a level's runtime map. See MapLevelProvider for its ownership rule.
name?: stringDiagnostic name for the runtime's own scope. Defaults to the world's name.
Parent scope for everything the runtime loads - typically scene.loader. The runtime creates its own child scope under it and never destroys the scope it was given: the caller keeps owning that lifetime.
The world metadata to stream levels out of.
Source