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

Public Member Functions

 ContourPoint (int x, int z, Vector3 position, Vector3 direction, int directionIndex)
 

Public Attributes

Vector3 direction
 
int directionIndex
 
Vector3 position
 
int x
 
int z
 

Constructor & Destructor Documentation

ContourPoint ( int  x,
int  z,
Vector3  position,
Vector3  direction,
int  directionIndex 
)

Member Data Documentation

Vector3 direction
int directionIndex
Vector3 position
int x
int z

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