MyDungeon Documentation
![]() | Room Class |
Class for creating dungeon rooms

Namespace: MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public class Room
The Room type exposes the following members.



Name | Description | |
---|---|---|
![]() | Connections |
The tiles of the room walls that are connected to corridors
|
![]() | EnteringCorridor |
The direction of the corridor that is entering this room
|
![]() | RoomHeight |
How many tiles high the room is
|
![]() | RoomWidth |
How many tiles wide the room is
|
![]() | XPos |
The x coordinate of the lower left tile of the room
|
![]() | YPos |
The y coordinate of the lower left tile of the room
|
