A* Pathfinding Project  4.0.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
 
Vector3 endPoint
 
bool isLink
 
int startIndex
 
Vector3 startPoint
 

Member Data Documentation

int endIndex
Vector3 endPoint
bool isLink
int startIndex
Vector3 startPoint

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