Corridor Class
From MyDungeon
MyDungeon Documentation
Corridor Class |
Class for creating Corridors
Namespace: MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
C#
public class Corridor
The Corridor type exposes the following members.
| Name | Description | |
|---|---|---|
| SetupCorridor |
Sets up Corridor location in map array
|
| 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
|