onPreUpdate
7/14/25Less than 1 minute
NavMesh.onPreUpdate
| Name | Type |
|---|---|
| onPreUpdate | function |
Description
Set a function to be called before the NavMesh is updated during the frame update execution.
Extra Detail
This lets you set a delegate function to be called every frame, right before the NavMesh system gets updated.

