Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 674 Bytes

Map.md

File metadata and controls

13 lines (10 loc) · 674 Bytes

Tgm.Roborally.Api.Model.Map

The map including the tiles

Properties

Name Type Description Notes
Info MapInfo [optional]
Rows List<Tile> a flattend array representing the tiles of the map to project it onto a 2D plane use `[x, y] => [y*width+x]`
Height int The height (rows) of the map
Width int The width (columns) of the map

[Back to Model list] [Back to API list] [Back to README]