ColliderCell

One occupied collision cell in a tile grid, addressed by integer row/column - merging is pure adjacency in grid space, so world position doesn't come into it at all (unlike bakeTileMapImages(), which bakes pixels and therefore does need world position/chunking).

Properties

  • row (integer)
  • col (integer)
  • tag (string)