Skip to content

MapObjectGroup

Defined in: tilemap/src/types.ts:74

Objects of one class on one object layer.

optional class?: string

Defined in: tilemap/src/types.ts:78

Tiled class, or undefined for objects authored without one.


layer: string

Defined in: tilemap/src/types.ts:76

Object-layer name the objects came from.


objects: MapObject[]

Defined in: tilemap/src/types.ts:79