TileMap.getCellAutotileCoord

Returns the coordinate (subtile column and row) of the autotile variation in the tileset. Returns a zero vector if the cell doesn't have autotiling.

struct TileMap
@nogc nothrow const
Vector2
getCellAutotileCoord
(
in long x
,
in long y
)

Meta