API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceTilePropertyObjectRef
@codexo/exojs-tilemap / tilemap / stable
A reference to another object/entity. `id` is the referenced object's identity - Tiled's numeric object id, or LDtk's `entityIid`. The extra fields are LDtk-only navigation context (`undefined` for Tiled-sourced refs) that lets a consumer resolve the reference without searching the whole level tree.
5
props
0
methods
0
events
Import
import { TilePropertyObjectRef } from '@codexo/exojs-tilemap'A reference to another object/entity. `id` is the referenced object's identity - Tiled's numeric object id, or LDtk's `entityIid`. The extra fields are LDtk-only navigation context (`undefined` for Tiled-sourced refs) that lets a consumer resolve the reference without searching the whole level tree.
Properties5
id: number | stringkind: "objectRef"layerIid?: stringlevelIid?: stringworldIid?: stringSource