Show / Hide Table of Contents

Class DungeonGeneratorPayloadGrid2D

Payload that is used to transfer data between individual stages of the generator.

Inheritance
System.Object
DungeonGeneratorPayloadGrid2D
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class DungeonGeneratorPayloadGrid2D

Properties

DungeonGenerator

Declaration
public DungeonGeneratorBaseGrid2D DungeonGenerator { get; set; }
Property Value
Type Description
DungeonGeneratorBaseGrid2D

GeneratedLevel

Declaration
public DungeonGeneratorLevelGrid2D GeneratedLevel { get; set; }
Property Value
Type Description
DungeonGeneratorLevelGrid2D

GeneratorStats

Declaration
public GeneratorStats GeneratorStats { get; set; }
Property Value
Type Description
GeneratorStats

LevelDescription

Declaration
public LevelDescriptionGrid2D LevelDescription { get; set; }
Property Value
Type Description
LevelDescriptionGrid2D

Random

Declaration
public Random Random { get; set; }
Property Value
Type Description
Random
In This Article
Back to top Generated by DocFX