Table of Contents

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

pos WorldCoordinate
oneStepCloserToGoal AbstractSpacePathFinder.Node
costToGoal int

Fields

costToGoal

public int costToGoal

Field Value

int

oneStepCloserToGoal

public AbstractSpacePathFinder.Node oneStepCloserToGoal

Field Value

AbstractSpacePathFinder.Node

pos

public WorldCoordinate pos

Field Value

WorldCoordinate