Show / Hide Table of Contents

Class MiddleConnectionPostGen

Places the specified entities on the middle connections between rooms

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

Fields

| Improve this Doc View Source

Count

How many connections to spawn between rooms.

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

EdgeEntities

If overlap > 1 then what should spawn on the edges.

Declaration
public List<string?> EdgeEntities
Field Value
Type Description
List<System.Nullable<System.String>>
| 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

OverlapCount

How much overlap there needs to be between 2 rooms exactly.

Declaration
public int OverlapCount
Field Value
Type Description
System.Int32
| 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
  • Fields
    • Count
    • EdgeEntities
    • Entities
    • OverlapCount
    • Tile
  • Implements
Back to top
Generated by DocFX
☀
☾