Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Maze
Cell
C# Class Maze.Cell
Inheritance:
Maze.Point
Exibir arquivo
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