MyDungeon Documentation
![]() | Corridor Class |
Class for creating Corridors
Inheritance HierarchyNamespace: MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
SyntaxC#
public class Corridor
The Corridor type exposes the following members.
Constructors
Methods| Name | Description | |
|---|---|---|
![]() | SetupCorridor |
Sets up Corridor location in map array
|
Fields| Name | Description | |
|---|---|---|
![]() | CorridorLength |
How many units long the corridor is
|
![]() | Direction |
Which direction the corridor is heading from it's room
|
![]() | StartXPos |
The x coordinate for the start of the corridor
|
![]() | StartYPos |
The y coordinate for the start of the corridor
|
See Also

