Class PathNodeCooperative Extends PathNode
Public
Public Variables
time
Public
Inherited Public Members
cost
Public
F
F score.
Public
flag1
Use as temporary flag during pathfinding.
Public
flag2
Use as temporary flag during pathfinding.
Public
G
G score, cost to get to this node.
Public
H
H score, estimated cost to get to to the target.
Public
heapIndex
Index of the node in the binary heap.
Public
node
Reference to the actual graph node.
Public
parent
Parent node in the search tree.
Public
pathID
The path request (in this thread, if multithreading is used) which last used this node.
Public
UpdateG
(path)
Public