Skip to content

Section

Ben edited this page Jul 19, 2019 · 6 revisions

Section is an abstract class. Map, Biome, Landform and MetaLandform derive from this class and give access to common properties :

  • IReadOnlyList<Tile> Tiles : all tiles of the section
  • int Size : number of tiles in this section
  • IReadOnlyCollection<Coords> LimitsCoords : the tiles constituting the inner border of this section.


Illustration of the LimitsCoords property of a landform.