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

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

Detailed Description

Utility class for updating NavSurface data.

Member Function Documentation

◆ GenerateSurfaceData()

static async UniTask Infohazard.HyperNav.NavSurfaceUpdate.GenerateSurfaceData ( NavSurface  surface,
bool  updateSerializedData,
NativeCancellationToken  cancellationToken,
NavSurfaceUpdateStepCallback  stepCallback = null 
)
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.

Parameters
surfaceThe surface 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: