Class QuickPath
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class QuickPath
- Inheritance
-
QuickPath
- Inherited Members
Constructors
QuickPath(CreatureTemplate, PathCost, IntVector2[])
public QuickPath(CreatureTemplate calculatedFor, PathCost cost, IntVector2[] tiles)
Parameters
calculatedForCreatureTemplatecostPathCosttilesIntVector2[]
Fields
calculatedFor
public CreatureTemplate calculatedFor
Field Value
cost
public PathCost cost
Field Value
tiles
public IntVector2[] tiles
Field Value
Properties
Length
public int Length { get; }