C# 클래스 RoomProperties, Lumiere

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

공개 프로퍼티들

프로퍼티 타입 설명
maxHeight int
maxWidth int
minHeight int
minWidth int
roomTypes RoomType[]

프로퍼티 상세

maxHeight 공개적으로 프로퍼티

public int maxHeight
리턴 int

maxWidth 공개적으로 프로퍼티

public int maxWidth
리턴 int

minHeight 공개적으로 프로퍼티

public int minHeight
리턴 int

minWidth 공개적으로 프로퍼티

public int minWidth
리턴 int

roomTypes 공개적으로 프로퍼티

public RoomType[] roomTypes
리턴 RoomType[]