![]() |
Infohazard.HyperNav 2.1.0
A pathfinding and avoidance solution for volumetric and omnidirectional navigation.
|
Utility class for updating NavSurface data. More...
Static Public Member Functions | |
static async UniTask | GenerateSurfaceData (NavSurface surface, bool updateSerializedData, NativeCancellationToken cancellationToken, NavSurfaceUpdateStepCallback stepCallback=null) |
Generate surface data for a NavSurface. Can be used at runtime to support dynamic baking. Note that runtime baking is a performance intensive operation and should occur during a loading screen if possible. More... | |
Utility class for updating NavSurface data.
|
static |
Generate surface data for a NavSurface. Can be used at runtime to support dynamic baking. Note that runtime baking is a performance intensive operation and should occur during a loading screen if possible.
surface | The surface to update. |
updateSerializedData | Whether to update the serialized data on the surface. |
cancellationToken | Cancellation token for the operation. |
stepCallback | Optional callback that will be invoked at each step of the update process. |