A* Pathfinding Project
3.8.5
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 found. | |
readonly Vector3 | position |
The position clamped to the closest point on the node. | |
Properties | |
Vector3 | clampedPosition [get] |
The position clamped to the closest point on the node. | |
NNInfo | ( | NNInfoInternal | internalInfo | ) |
|
explicitstatic |
readonly GraphNode node |
Closest node found.
readonly Vector3 position |
The position clamped to the closest point on the node.
|
get |
The position clamped to the closest point on the node.