Table of Contents

Class Tentacle.PCell

Namespace
Global
Assembly
Assembly-CSharp.dll
public class Tentacle.PCell
Inheritance
Tentacle.PCell
Inherited Members

Constructors

PCell(IntVector2, int, float, PCell)

public PCell(IntVector2 pos, int generation, float heuristic, Tentacle.PCell parent)

Parameters

pos IntVector2
generation int
heuristic float
parent Tentacle.PCell

Fields

generation

public int generation

Field Value

int

heuristic

public float heuristic

Field Value

float

parent

public Tentacle.PCell parent

Field Value

Tentacle.PCell

pos

public IntVector2 pos

Field Value

IntVector2