A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
GraphHitInfo Struct Reference

Returned by graph ray- or linecasts containing info about the hit. More...

+ Collaboration diagram for GraphHitInfo:

Public Member Functions

 GraphHitInfo (Vector3 point)
 

Public Attributes

Node node
 
Vector3 origin
 
Vector3 point
 
bool success
 
Vector3 tangent
 
Vector3 tangentOrigin
 

Properties

float distance [get]
 

Detailed Description

Returned by graph ray- or linecasts containing info about the hit.

This will only be set up if something was hit.


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