Skip to content

MarkerData

Defined in: component.ts:843

properties: Record<string, string>

Defined in: component.ts:850

Arbitrary per-marker gameplay data (team, targetScene, event, …), like Tiled’s custom object properties. Imported .tmj object properties land here too.


type: string

Defined in: component.ts:847

Gameplay identity — the game queries markers of a given kind (spawn point, waypoint, pickup, door, trigger …). Free-form: the game defines the vocabulary. Query(Marker) then filters by type.