Class AbstractSpacePathFinder.Node
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class AbstractSpacePathFinder.Node
- Inheritance
-
AbstractSpacePathFinder.Node
- Inherited Members
Constructors
Node(WorldCoordinate, Node, int)
public Node(WorldCoordinate pos, AbstractSpacePathFinder.Node oneStepCloserToGoal, int costToGoal)
Parameters
posWorldCoordinateoneStepCloserToGoalAbstractSpacePathFinder.NodecostToGoalint
Fields
costToGoal
public int costToGoal
Field Value
oneStepCloserToGoal
public AbstractSpacePathFinder.Node oneStepCloserToGoal
Field Value
pos
public WorldCoordinate pos