TileGid
Defined in: tilemap/src/tiled/gid.ts:11
A tile GID split into the tile it points at and how it is oriented.
Properties
Section titled “Properties”flippedDiagonally
Section titled “flippedDiagonally”flippedDiagonally:
boolean
Defined in: tilemap/src/tiled/gid.ts:17
Reflection across the tile’s top-left-to-bottom-right diagonal.
flippedHorizontally
Section titled “flippedHorizontally”flippedHorizontally:
boolean
Defined in: tilemap/src/tiled/gid.ts:14
flippedVertically
Section titled “flippedVertically”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.