Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
VoidLib
Navigation
Pathfinding
PathNode
C# Class VoidLib.Navigation.Pathfinding.PathNode
Show file
Open project: andrewmunro/Void
Class Usage Examples
Public Properties
Property
Type
Description
f
float
parentNode
PathNode
traversable
bool
Public Methods
Method
Description
getConnections
( ) :
List
Method Details
getConnections()
public
method
public
getConnections
( ) :
List
return
List
Property Details
f
public property
public
float
f
return
float
parentNode
public property
public
PathNode,VoidLib.Navigation.Pathfinding
parentNode
return
PathNode
traversable
public property
public
bool
traversable
return
bool