Class AIdataPreprocessor.DijkstraMapper.Cell
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class AIdataPreprocessor.DijkstraMapper.Cell
- Inheritance
-
AIdataPreprocessor.DijkstraMapper.Cell
- Inherited Members
Constructors
Cell(IntVector2, Cell, int, PathCost)
public Cell(IntVector2 pos, AIdataPreprocessor.DijkstraMapper.Cell parent, int generation, PathCost cost)
Parameters
posIntVector2parentAIdataPreprocessor.DijkstraMapper.CellgenerationintcostPathCost
Fields
cost
public PathCost cost
Field Value
generation
public int generation
Field Value
parent
public AIdataPreprocessor.DijkstraMapper.Cell parent
Field Value
pos
public IntVector2 pos
Field Value
Properties
x
public int x { get; }
Property Value
y
public int y { get; }