Class MiddleConnectionPostGen
Places the specified entities on the middle connections between rooms
Inheritance
System.Object
MiddleConnectionPostGen
Implements
Namespace: Content.Shared.Procedural.PostGeneration
Assembly: Content.Shared.dll
Syntax
public sealed class MiddleConnectionPostGen : object, IPostDunGen
Fields
| Improve this Doc View SourceCount
How many connections to spawn between rooms.
Declaration
public int Count
Field Value
Type | Description |
---|---|
System. |
EdgeEntities
If overlap > 1 then what should spawn on the edges.
Declaration
public List<string?> EdgeEntities
Field Value
Type | Description |
---|---|
List<System. |
Entities
Declaration
public List<string?> Entities
Field Value
Type | Description |
---|---|
List<System. |
OverlapCount
How much overlap there needs to be between 2 rooms exactly.
Declaration
public int OverlapCount
Field Value
Type | Description |
---|---|
System. |
Tile
Declaration
public string Tile
Field Value
Type | Description |
---|---|
System. |