C# Class Maze.Cell

Inheritance: Maze.Point
Afficher le fichier Open project: takayuki/opensim-pcproject Class Usage Examples

Méthodes publiques

Свойство Type Description
Bottom bool
Left bool
Visited bool
X int
Y int

Méthodes publiques

Méthode Description
Cell ( int x, int y ) : System

Method Details

Cell() public méthode

public Cell ( int x, int y ) : System
x int
y int
Résultat System

Property Details

Bottom public_oe property

public bool Bottom
Résultat bool

Left public_oe property

public bool Left
Résultat bool

Visited public_oe property

public bool Visited
Résultat bool

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int