Show / Hide Table of Contents

Class DungeonEntrancePostGen

Selects [count] rooms and places external doors to them.

Inheritance
System.Object
DungeonEntrancePostGen
Implements
IPostDunGen
Namespace: Content.Shared.Procedural.PostGeneration
Assembly: Content.Shared.dll
Syntax
public sealed class DungeonEntrancePostGen : object, IPostDunGen

Fields

| Improve this Doc View Source

Count

How many rooms we place doors on.

Declaration
public int Count
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Entities

Declaration
public List<string?> Entities
Field Value
Type Description
List<System.Nullable<System.String>>
| Improve this Doc View Source

Tile

Declaration
public string Tile
Field Value
Type Description
System.String

Implements

IPostDunGen
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾