Infohazard.HyperNav 2.1.0
A pathfinding and avoidance solution for volumetric and omnidirectional navigation.
Loading...
Searching...
No Matches
Infohazard.HyperNav.NavVolumeUpdate Class Reference

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...
 

Detailed Description

Utility functions for updating NavVolume data.

Member Function Documentation

◆ GenerateVolumeData()

static async UniTask Infohazard.HyperNav.NavVolumeUpdate.GenerateVolumeData ( NavVolume  volume,
bool  updateSerializedData,
NativeCancellationToken  cancellationToken,
NavVolumeUpdateStepCallback  stepCallback = null 
)
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.

Parameters
volumeThe NavVolume to update.
updateSerializedDataWhether to update the serialized data on the surface.
cancellationTokenCancellation token for the operation.
stepCallbackOptional callback that will be invoked at each step of the update process.

The documentation for this class was generated from the following file: