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

Part of a path. More...

Detailed Description

Part of a path.

This is either a sequence of adjacent triangles or a link.

See Also
NodeLink2

Public Attributes

int endIndex
 Index of the last node in this part.
 
Vector3 endPoint
 
bool isLink
 
int startIndex
 Index of the first node in this part.
 
Vector3 startPoint
 

Member Data Documentation

int endIndex

Index of the last node in this part.

Vector3 endPoint
bool isLink
int startIndex

Index of the first node in this part.

Vector3 startPoint

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