C# Class Room, Adagio

Inheritance: MonoBehaviour
Show file Open project: technicalvgda/Adagio Class Usage Examples

Public Properties

Property Type Description
enteringCorridor Direction
roomHeight int
roomWidth int
xPos int
yPos int

Public Methods

Method Description
SetupRoom ( IntRange widthRange, IntRange heightRange, int columns, int rows ) : void
SetupRoom ( IntRange widthRange, IntRange heightRange, int columns, int rows, Corridor corridor ) : void

Method Details

SetupRoom() public method

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

SetupRoom() public method

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

Property Details

enteringCorridor public property

public Direction enteringCorridor
return Direction

roomHeight public property

public int roomHeight
return int

roomWidth public property

public int roomWidth
return int

xPos public property

public int xPos
return int

yPos public property

public int yPos
return int