Show / Hide Table of Contents

Class DungeonGeneratorPayloadGrid3D

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

Properties

DungeonGenerator

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

GeneratedLevel

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

GeneratorStats

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

LevelDescription

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

Random

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