C# Class Corridor, Adagio

Show file Open project: technicalvgda/Adagio Class Usage Examples

Public Properties

Property Type Description
corridorLength int
corridorWidth int
direction Direction,
startXPos int
startYPos int

Public Methods

Method Description
SetUpAppendedCorridor ( Corridor, corridor, IntRange, length, IntRange, roomWidth, IntRange, roomHeight, int columns, int rows, int xStart, int yStart ) : void
SetupCorridor ( Room, room, IntRange, length, IntRange, roomWidth, IntRange, roomHeight, int columns, int rows, bool firstCorridor ) : void
SetupDeadEndCorridor ( Corridor, corridor, IntRange, length, IntRange, roomWidth, IntRange, roomHeight, int columns, int rows, int xStart, int yStart ) : void

Method Details

SetUpAppendedCorridor() public method

public SetUpAppendedCorridor ( Corridor, corridor, IntRange, length, IntRange, roomWidth, IntRange, roomHeight, int columns, int rows, int xStart, int yStart ) : void
corridor Corridor,
length IntRange,
roomWidth IntRange,
roomHeight IntRange,
columns int
rows int
xStart int
yStart int
return void

SetupCorridor() public method

public SetupCorridor ( Room, room, IntRange, length, IntRange, roomWidth, IntRange, roomHeight, int columns, int rows, bool firstCorridor ) : void
room Room,
length IntRange,
roomWidth IntRange,
roomHeight IntRange,
columns int
rows int
firstCorridor bool
return void

SetupDeadEndCorridor() public method

public SetupDeadEndCorridor ( Corridor, corridor, IntRange, length, IntRange, roomWidth, IntRange, roomHeight, int columns, int rows, int xStart, int yStart ) : void
corridor Corridor,
length IntRange,
roomWidth IntRange,
roomHeight IntRange,
columns int
rows int
xStart int
yStart int
return void

Property Details

corridorLength public property

public int corridorLength
return int

corridorWidth public property

public int corridorWidth
return int

direction public property

public Direction, direction
return Direction,

startXPos public property

public int startXPos
return int

startYPos public property

public int startYPos
return int