C# Class Corridor, Adagio

Afficher le fichier Open project: technicalvgda/Adagio Class Usage Examples

Méthodes publiques

Свойство Type Description
corridorLength int
corridorWidth int
direction Direction,
startXPos int
startYPos int

Méthodes publiques

Méthode 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 méthode

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
Résultat void

SetupCorridor() public méthode

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
Résultat void

SetupDeadEndCorridor() public méthode

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
Résultat void

Property Details

corridorLength public_oe property

public int corridorLength
Résultat int

corridorWidth public_oe property

public int corridorWidth
Résultat int

direction public_oe property

public Direction, direction
Résultat Direction,

startXPos public_oe property

public int startXPos
Résultat int

startYPos public_oe property

public int startYPos
Résultat int