Class QuickPathFinder.PathNode
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class QuickPathFinder.PathNode
- Inheritance
-
QuickPathFinder.PathNode
- Inherited Members
Constructors
PathNode(int, int, PathNode, PathCost, PathCost)
public PathNode(int x, int y, QuickPathFinder.PathNode oneStepCloserToGoal, PathCost stepsToGoal, PathCost heuresticValue)
Parameters
xintyintoneStepCloserToGoalQuickPathFinder.PathNodestepsToGoalPathCostheuresticValuePathCost
Fields
heuresticValue
public PathCost heuresticValue
Field Value
nextInHeap
public QuickPathFinder.PathNode nextInHeap
Field Value
oneStepCloserToGoal
public QuickPathFinder.PathNode oneStepCloserToGoal
Field Value
stepsToGoal
public PathCost stepsToGoal
Field Value
x
public int x
Field Value
y
public int y
Field Value
Properties
Pos
public IntVector2 Pos { get; }