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
posIntVector2generationintheuristicfloatparentTentacle.PCell
Fields
generation
public int generation
Field Value
heuristic
public float heuristic
Field Value
parent
public Tentacle.PCell parent
Field Value
pos
public IntVector2 pos