|
A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
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] |
Returned by graph ray- or linecasts containing info about the hit.
This will only be set up if something was hit.