C# Class JessTheseusMinotaur.Tile

Inheritance: Thing
显示文件 Open project: ZachChristensen/Theseus-and-the-Minotaur Class Usage Examples

Public Properties

Property Type Description
leftWall bool
topWall bool

Public Methods

Method Description
Tile ( int aColumn, int aRow ) : System
setWalls ( bool aLeftWall, bool aTopWall ) : void

Method Details

Tile() public method

public Tile ( int aColumn, int aRow ) : System
aColumn int
aRow int
return System

setWalls() public method

public setWalls ( bool aLeftWall, bool aTopWall ) : void
aLeftWall bool
aTopWall bool
return void

Property Details

leftWall public_oe property

public bool leftWall
return bool

topWall public_oe property

public bool topWall
return bool