Infohazard.HyperNav 1.1.5
3D Navigation for Flying Characters
|
Contains utility methods for working with HyperNav navigation. More...
Static Public Member Functions | |
static bool | SamplePosition (Vector3 position, out NavHit hit, float maxDistance) |
Perform a query to find the nearest point on any NavVolume to the given point. More... | |
Contains utility methods for working with HyperNav navigation.
|
static |
Perform a query to find the nearest point on any NavVolume to the given point.
position | The point at which to search. |
hit | The resulting hit, containing the nearest point on a volume. |
maxDistance | The radius in which to search (a larger value is more expensive). |