C# Class Room, Adagio

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public Direction enteringCorridor
return Direction

roomHeight public_oe property

public int roomHeight
return int

roomWidth public_oe property

public int roomWidth
return int

xPos public_oe property

public int xPos
return int

yPos public_oe property

public int yPos
return int