Function TileMap.mapToWorld

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

Vector2 mapToWorld (
  const(Vector2) map_position,
  const(bool) ignore_half_ofs = false
) nothrow @nogc const;