API reference

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

I

interfaceLdtkRuntimeOptions

@codexo/exojs-ldtk / ldtk / stable

Options for LdtkProject.createRuntime.

2
props
0
methods
0
events
Import
import { LdtkRuntimeOptions } from '@codexo/exojs-ldtk'

Options for LdtkProject.createRuntime.

Properties2
Parent scope for everything the runtime loads. The runtime creates its own child scope under it and never destroys this one.
world?: string
Which world of a multi-world project to stream, by identifier. Defaults to the first world in document order, which is the only one a single-world project has.
Source