C# 클래스 Corridor, Adagio

파일 보기 프로젝트 열기: technicalvgda/Adagio 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
corridorLength int
corridorWidth int
direction Direction,
startXPos int
startYPos int

공개 메소드들

메소드 설명
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

메소드 상세

SetUpAppendedCorridor() 공개 메소드

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
리턴 void

SetupCorridor() 공개 메소드

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
리턴 void

SetupDeadEndCorridor() 공개 메소드

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
리턴 void

프로퍼티 상세

corridorLength 공개적으로 프로퍼티

public int corridorLength
리턴 int

corridorWidth 공개적으로 프로퍼티

public int corridorWidth
리턴 int

direction 공개적으로 프로퍼티

public Direction, direction
리턴 Direction,

startXPos 공개적으로 프로퍼티

public int startXPos
리턴 int

startYPos 공개적으로 프로퍼티

public int startYPos
리턴 int