API reference

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

I

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
name?: string
Diagnostic 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.
Source