TileMap.mapToWorld

Returns the global position corresponding to the given tilemap (grid-based) coordinates. Optionally, the tilemap's half offset can be ignored.

struct TileMap
@nogc nothrow const
Vector2
mapToWorld
(
in Vector2 map_position
,
in bool ignore_half_ofs = false
)

Meta