C# Class RoomProperties, Lumiere

Show file Open project: smwolfskill/Lumiere Class Usage Examples

Public Properties

Property Type Description
maxHeight int
maxWidth int
minHeight int
minWidth int
roomTypes RoomType[]

Property Details

maxHeight public property

public int maxHeight
return int

maxWidth public property

public int maxWidth
return int

minHeight public property

public int minHeight
return int

minWidth public property

public int minWidth
return int

roomTypes public property

public RoomType[] roomTypes
return RoomType[]