A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
AdvancedSmooth.Turn Struct Reference
+ Inheritance diagram for AdvancedSmooth.Turn:
+ Collaboration diagram for AdvancedSmooth.Turn:

Public Member Functions

 Turn (float length, TurnConstructor constructor, int id=0)
 
int CompareTo (Turn t)
 
void GetPath (List< Vector3 > output)
 

Static Public Member Functions

static bool operator< (Turn lhs, Turn rhs)
 
static bool operator> (Turn lhs, Turn rhs)
 

Public Attributes

TurnConstructor constructor
 
int id
 
float length
 

Properties

float score [get]
 

Detailed Description

A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited
The Pro version can be bought here

The documentation for this struct was generated from the following file: