Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PacMan
EnemyAI.Node
C# Class PacMan.EnemyAI.Node
显示文件
Open project: Confirmit/Students
Public Properties
Property
Type
Description
Color
int
Down
Node
Last
Node
Left
Node
Right
Node
Top
Node
Value
Point
Public Methods
Method
Description
Node
(
Point
value
) :
System
Method Details
Node()
public
method
public
Node
(
Point
value
) :
System
value
Point
return
System
Property Details
Color
public_oe property
public
int
Color
return
int
Down
public_oe property
public
Node,PacMan
Down
return
Node
Last
public_oe property
public
Node,PacMan
Last
return
Node
Left
public_oe property
public
Node,PacMan
Left
return
Node
Right
public_oe property
public
Node,PacMan
Right
return
Node
Top
public_oe property
public
Node,PacMan
Top
return
Node
Value
public_oe property
public
Point
Value
return
Point