A* Pathfinding Project
4.1.7
The A* Pathfinding Project for Unity 3D
|
Result of a nearest node query. More...
Result of a nearest node query.
Public Member Functions | |
NNInfo (NNInfoInternal internalInfo) | |
Static Public Member Functions | |
static | operator GraphNode (NNInfo ob) |
static | operator Vector3 (NNInfo ob) |
Public Attributes | |
readonly GraphNode | node |
Closest node. More... | |
readonly Vector3 | position |
Closest point on the navmesh. More... | |
Properties | |
Vector3 | clampedPosition [get] |
Closest point on the navmesh. More... | |
NNInfo | ( | NNInfoInternal | internalInfo | ) |
|
explicitstatic |
readonly GraphNode node |
Closest node.
readonly Vector3 position |
Closest point on the navmesh.
This is the query position clamped to the closest point on the node.
|
get |
Closest point on the navmesh.