Show / Hide Table of Contents

Class PrefabDunGen

Places rooms in pre-selected pack layouts. Chooses rooms from the specified whitelist.

Inheritance
System.Object
PrefabDunGen
Implements
IDunGen
Namespace: Content.Shared.Procedural.DungeonGenerators
Assembly: Content.Shared.dll
Syntax
public sealed class PrefabDunGen : object, IDunGen

Fields

| Improve this Doc View Source

Presets

Room pack presets we can use for this prefab.

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

RoomWhitelist

Rooms need to match any of these tags

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

Tile

Fallback tile.

Declaration
public string Tile
Field Value
Type Description
System.String

Implements

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