C# Class MinoThesGameConsoleApp.Tile

Inheritance: Thing
ファイルを表示 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 )
Tile ( int x, int y )

Method Details

Tile() public method

public Tile ( bool up, bool down, bool left, bool right )
up bool
down bool
left bool
right bool

Tile() public method

public Tile ( int x, int y )
x int
y int

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