Class PathFinder.PathingCell
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class PathFinder.PathingCell
- Inheritance
-
PathFinder.PathingCell
- Inherited Members
-
Constructors
PathingCell(WorldCoordinate)
public PathingCell(WorldCoordinate worldCoordinate)
Parameters
worldCoordinate WorldCoordinate
Fields
costToGoal
public PathCost costToGoal
Field Value
- PathCost
generation
Field Value
- int
heuristicValue
public PathCost heuristicValue
Field Value
- PathCost
inCheckNextList
public bool inCheckNextList
Field Value
- bool
possibleToGetBackFrom
public bool possibleToGetBackFrom
Field Value
- bool
reachable
Field Value
- bool
worldCoordinate
public WorldCoordinate worldCoordinate
Field Value
- WorldCoordinate