Function TileMap.getCellAutotileCoord

Returns the coordinate of the autotile variation in the tileset. Returns a zero vector if the cell doesn't have autotiling.

Vector2 getCellAutotileCoord (
  const(long) x,
  const(long) y
) nothrow @nogc const;