|
Infohazard.HyperNav 2.3.0
A pathfinding and avoidance solution for volumetric and omnidirectional navigation.
|
Utility functions for updating NavVolume data. More...
Static Public Member Functions | |
| static async UniTask | GenerateVolumeData (NavVolume volume, bool updateSerializedData, NativeCancellationToken cancellationToken, NavVolumeUpdateStepCallback stepCallback=null) |
| Generate the data for a NavVolume. 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 functions for updating NavVolume data.
|
static |
Generate the data for a NavVolume. 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.
| volume | The NavVolume 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. |