Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface cell

A cell on a TileLayer.

Hierarchy

  • cell

Index

Properties

empty

empty: boolean

Whether the cell is empty.

flippedAntiDiagonally

flippedAntiDiagonally: boolean

Whether the tile is flipped anti-diagonally.

flippedHorizontally

flippedHorizontally: boolean

Whether the tile is flipped horizontally.

flippedVertically

flippedVertically: boolean

Whether the tile is flipped vertically.

rotatedHexagonal120

rotatedHexagonal120: boolean

Whether the tile is rotated by 120 degrees (for hexagonal maps, the anti-diagonal flip is interpreted as a 60-degree rotation).

tileId

tileId: number

The local tile ID of the tile, or -1 if the cell is empty.

Generated using TypeDoc