Class DungeonGeneratorPayloadGrid2D
Payload that is used to transfer data between individual stages of the generator.
Inheritance
System.Object
DungeonGeneratorPayloadGrid2D
Assembly: cs.temp.dll.dll
Syntax
public class DungeonGeneratorPayloadGrid2D
Properties
DungeonGenerator
Declaration
public DungeonGeneratorBaseGrid2D DungeonGenerator { get; set; }
Property Value
GeneratedLevel
Declaration
public DungeonGeneratorLevelGrid2D GeneratedLevel { get; set; }
Property Value
GeneratorStats
Declaration
public GeneratorStats GeneratorStats { get; set; }
Property Value
LevelDescription
Declaration
public LevelDescriptionGrid2D LevelDescription { get; set; }
Property Value
Random
Declaration
public Random Random { get; set; }
Property Value