C# Class T_and_M.Tile

Mostra 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_oe property

public bool DownWall
return bool

LeftWall public_oe property

public bool LeftWall
return bool

RightWall public_oe property

public bool RightWall
return bool

UpWall public_oe property

public bool UpWall
return bool