Skip to content

TileGid

Defined in: tilemap/src/tiled/gid.ts:11

A tile GID split into the tile it points at and how it is oriented.

flippedDiagonally: boolean

Defined in: tilemap/src/tiled/gid.ts:17

Reflection across the tile’s top-left-to-bottom-right diagonal.


flippedHorizontally: boolean

Defined in: tilemap/src/tiled/gid.ts:14


flippedVertically: boolean

Defined in: tilemap/src/tiled/gid.ts:15


id: number

Defined in: tilemap/src/tiled/gid.ts:13

Tile id with the flip bits removed — what a tileset is indexed by.