Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Drought
Pathfinding
Node
C# Class Drought.Pathfinding.Node
Datei anzeigen
Open project: kiniry-teaching/UCD
Class Usage Examples
Public Methods
Method
Description
Node
(
int
x
,
int
y
) :
System
getDistanceToParent
( ) :
float
getFVal
( ) :
float
getParent
( ) :
Node
getPosition
( ) :
Vector2
setParent
(
Node
parent
) :
void
Method Details
Node()
public
method
public
Node
(
int
x
,
int
y
) :
System
x
int
y
int
return
System
getDistanceToParent()
public
method
public
getDistanceToParent
( ) :
float
return
float
getFVal()
public
method
public
getFVal
( ) :
float
return
float
getParent()
public
method
public
getParent
( ) :
Node
return
Node
getPosition()
public
method
public
getPosition
( ) :
Vector2
return
Vector2
setParent()
public
method
public
setParent
(
Node
parent
) :
void
parent
Node
return
void