C# Class Maze.Cell

Inheritance: Maze.Point
显示文件 Open project: takayuki/opensim-pcproject Class Usage Examples

Public Properties

Property Type Description
Bottom bool
Left bool
Visited bool
X int
Y int

Public Methods

Method Description
Cell ( int x, int y ) : System

Method Details

Cell() public method

public Cell ( int x, int y ) : System
x int
y int
return System

Property Details

Bottom public_oe property

public bool Bottom
return bool

Left public_oe property

public bool Left
return bool

Visited public_oe property

public bool Visited
return bool

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int