C# Class JessTheseusMinotaur.Tile

Inheritance: Thing
Afficher le fichier Open project: ZachChristensen/Theseus-and-the-Minotaur Class Usage Examples

Méthodes publiques

Свойство Type Description
leftWall bool
topWall bool

Méthodes publiques

Méthode Description
Tile ( int aColumn, int aRow ) : System
setWalls ( bool aLeftWall, bool aTopWall ) : void

Method Details

Tile() public méthode

public Tile ( int aColumn, int aRow ) : System
aColumn int
aRow int
Résultat System

setWalls() public méthode

public setWalls ( bool aLeftWall, bool aTopWall ) : void
aLeftWall bool
aTopWall bool
Résultat void

Property Details

leftWall public_oe property

public bool leftWall
Résultat bool

topWall public_oe property

public bool topWall
Résultat bool