Table of Contents

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

pos IntVector2
parent AIdataPreprocessor.DijkstraMapper.Cell
generation int
cost PathCost

Fields

cost

public PathCost cost

Field Value

PathCost

generation

public int generation

Field Value

int

parent

public AIdataPreprocessor.DijkstraMapper.Cell parent

Field Value

AIdataPreprocessor.DijkstraMapper.Cell

pos

public IntVector2 pos

Field Value

IntVector2

Properties

x

public int x { get; }

Property Value

int

y

public int y { get; }

Property Value

int