Click or drag to resize
MapGenerationLibrary Namespace
 
Classes
  ClassDescription
Public classMap
All maps are objects of this class.
Public classMapGenerator
Class with static methods to generate maps.
Public classSettingsBinaryPartition
Set of settings for CreateMapWithBinaryPartition() method of MapGenerator.
Public classSettingsCellularAutomata
Set of settings for CreateMapWithCellularAutomata() method of MapGenerator.
Public classSettingsRandomWalk
Set of settings for CreateMapWithRandomWalk() method of MapGenerator.
Public classSettingsRectanglesMethod
Set of settings for CreateMapWithRectanglesMethod() method of MapGenerator.
Interfaces
  InterfaceDescription
Public interfaceIMapFactoryWorker
Interface to implement when create your own MapFactory worker.