Show / Hide Table of Contents

Class BoundaryWallPostGen

Iterates room edges and places the relevant tiles and walls on any free indices.

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

Fields

| Improve this Doc View Source

CornerWall

Walls to use in corners if applicable.

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

Tile

Declaration
public string Tile
Field Value
Type Description
System.String
| Improve this Doc View Source

Wall

Declaration
public string Wall
Field Value
Type Description
System.String

Implements

IPostDunGen
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Fields
    • CornerWall
    • Tile
    • Wall
  • Implements
Back to top
Generated by DocFX
☀
☾