Class PrefabDunGen
Places rooms in pre-selected pack layouts. Chooses rooms from the specified whitelist.
Inheritance
System.Object
PrefabDunGen
Implements
Namespace: Content.Shared.Procedural.DungeonGenerators
Assembly: Content.Shared.dll
Syntax
public sealed class PrefabDunGen : object, IDunGen
Fields
| Improve this Doc View SourcePresets
Room pack presets we can use for this prefab.
Declaration
public List<string> Presets
Field Value
Type | Description |
---|---|
List<System.String> |
RoomWhitelist
Rooms need to match any of these tags
Declaration
public List<string> RoomWhitelist
Field Value
Type | Description |
---|---|
List<System.String> |
Tile
Fallback tile.
Declaration
public string Tile
Field Value
Type | Description |
---|---|
System.String |