C# 클래스 Room, Adagio

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

공개 프로퍼티들

프로퍼티 타입 설명
enteringCorridor Direction
roomHeight int
roomWidth int
xPos int
yPos int

공개 메소드들

메소드 설명
SetupRoom ( IntRange widthRange, IntRange heightRange, int columns, int rows ) : void
SetupRoom ( IntRange widthRange, IntRange heightRange, int columns, int rows, Corridor corridor ) : void

메소드 상세

SetupRoom() 공개 메소드

public SetupRoom ( IntRange widthRange, IntRange heightRange, int columns, int rows ) : void
widthRange IntRange
heightRange IntRange
columns int
rows int
리턴 void

SetupRoom() 공개 메소드

public SetupRoom ( IntRange widthRange, IntRange heightRange, int columns, int rows, Corridor corridor ) : void
widthRange IntRange
heightRange IntRange
columns int
rows int
corridor Corridor
리턴 void

프로퍼티 상세

enteringCorridor 공개적으로 프로퍼티

public Direction enteringCorridor
리턴 Direction

roomHeight 공개적으로 프로퍼티

public int roomHeight
리턴 int

roomWidth 공개적으로 프로퍼티

public int roomWidth
리턴 int

xPos 공개적으로 프로퍼티

public int xPos
리턴 int

yPos 공개적으로 프로퍼티

public int yPos
리턴 int