A* Pathfinding Project  3.8.10
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
AdvancedSmooth.Turn Struct Reference

Represents a turn in a path. More...

Detailed Description

Represents a turn in a path.

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

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]
 

Constructor & Destructor Documentation

Turn ( float  length,
TurnConstructor  constructor,
int  id = 0 
)

Member Function Documentation

int CompareTo ( Turn  t)
void GetPath ( List< Vector3 >  output)
static bool operator< ( Turn  lhs,
Turn  rhs 
)
static
static bool operator> ( Turn  lhs,
Turn  rhs 
)
static

Member Data Documentation

TurnConstructor constructor
int id
float length

Property Documentation

float score
get

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