C# Class T_and_M.Tile

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

Méthodes publiques

Свойство Type Description
DownWall bool
LeftWall bool
RightWall bool
UpWall bool

Méthodes publiques

Méthode Description
Tile ( bool up, bool down, bool left, bool right ) : System

Method Details

Tile() public méthode

public Tile ( bool up, bool down, bool left, bool right ) : System
up bool
down bool
left bool
right bool
Résultat System

Property Details

DownWall public_oe property

public bool DownWall
Résultat bool

LeftWall public_oe property

public bool LeftWall
Résultat bool

RightWall public_oe property

public bool RightWall
Résultat bool

UpWall public_oe property

public bool UpWall
Résultat bool