Skip to content

MapObjectGroup

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

Objects of one class on one object layer.

optional class?: string

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

Tiled class, or undefined for objects authored without one.


layer: string

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

Object-layer name the objects came from.


objects: MapObject[]

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