API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceLdtkWorldData
A single world in a multi-world LDtk project (`root.worlds[]`, populated when the project has "Multi-Worlds" enabled in its advanced settings). Each world owns its own levels; `defs` (tilesets/layers/entity definitions) is declared once at the document root and shared by every world rather than duplicated per-world - see LdtkData.defs.
import { LdtkWorldData } from '@codexo/exojs-ldtk'A single world in a multi-world LDtk project (`root.worlds[]`, populated when the project has "Multi-Worlds" enabled in its advanced settings). Each world owns its own levels; `defs` (tilesets/layers/entity definitions) is declared once at the document root and shared by every world rather than duplicated per-world - see LdtkData.defs.
identifier: stringiid: stringlevels: readonly LdtkLevelA level in the LDtk world.[]worldGridHeight: numberworldGridWidth: number