Tilemap.this

Create a tilemap with a given unit width and height and the units for the size of each tile square

struct Tilemap(T)
@nogc nothrow
this
(
in int mapWidth
,
in int mapHeight
,
in int size
)

Meta