API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeLdtkWorldLayout
@codexo/exojs-ldtk / ldtk / stable
How a LdtkWorldData's levels are spatially organised. `null` is a valid LDtk value (unset), same as the other nullable enum-ish fields in this file.
0
props
0
methods
0
events
Import
import { LdtkWorldLayout } from '@codexo/exojs-ldtk'How a LdtkWorldData's levels are spatially organised. `null` is a valid LDtk value (unset), same as the other nullable enum-ish fields in this file.
Definition1
"Free" | "GridVania" | "LinearHorizontal" | "LinearVertical" | nullSource