Show / Hide Table of Contents

Namespace GoRogue.MapGeneration

Classes

MapArea

Represents an arbitrarily-shaped area of a map. Stores and provides access to a list of each unique position considered connected.

MapAreaFinder

Class designed to calculate and produce a list of MapAreas representing each unique connected area of the map.

QuickGenerators

Collection of algorithms that put map generation pieces together, in ways that allow you to quickly and easily generate a given type of map in a single function call. The implementation of these functions may also be used as the basis for implementing more customized generation processes.

Interfaces

IReadOnlyMapArea

Read-only interface for an arbitrarily-shaped area of the map.

Back to top Generated by DocFX