Table of Contents

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

calculatedFor CreatureTemplate
cost PathCost
tiles IntVector2[]

Fields

calculatedFor

public CreatureTemplate calculatedFor

Field Value

CreatureTemplate

cost

public PathCost cost

Field Value

PathCost

tiles

public IntVector2[] tiles

Field Value

IntVector2[]

Properties

Length

public int Length { get; }

Property Value

int