Interface TilesetRef

External tileset reference.

interface TilesetRef {
    firstgid: number;
    source: string;
}

Hierarchy (view full)

Properties

Properties

firstgid: number

GID corresponding to the first tile in the set.

source: string

The external file that contains this tilesets data.

Generated using TypeDoc