|
A* Pathfinding Project
3.8.12
The A* Pathfinding Project for Unity 3D
|
Public Member Functions | |
| GetNearestHelper (Vector3 position, float maxDistSqr, NNConstraint constraint, Dictionary< Int3, PointNode > nodeLookup) | |
| void | Search (Int3 p) |
Public Attributes | |
| NNConstraint | constraint |
| float | maxDistSqr |
| float | minConstDist |
| PointNode | minConstNode |
| float | minDist |
| PointNode | minNode |
| Dictionary< Int3, PointNode > | nodeLookup |
| Vector3 | position |
| GetNearestHelper | ( | Vector3 | position, |
| float | maxDistSqr, | ||
| NNConstraint | constraint, | ||
| Dictionary< Int3, PointNode > | nodeLookup | ||
| ) |
| void Search | ( | Int3 | p | ) |
| NNConstraint constraint |
| float maxDistSqr |
| float minConstDist |
| PointNode minConstNode |
| float minDist |
| PointNode minNode |
| Vector3 position |