C# Class T_and_M.Tile

Show file Open project: ZachChristensen/Theseus-and-the-Minotaur Class Usage Examples

Public Properties

Property Type Description
DownWall bool
LeftWall bool
RightWall bool
UpWall bool

Public Methods

Method Description
Tile ( bool up, bool down, bool left, bool right ) : System

Method Details

Tile() public method

public Tile ( bool up, bool down, bool left, bool right ) : System
up bool
down bool
left bool
right bool
return System

Property Details

DownWall public property

public bool DownWall
return bool

LeftWall public property

public bool LeftWall
return bool

RightWall public property

public bool RightWall
return bool

UpWall public property

public bool UpWall
return bool