class in UnityEngine.AI
/
Implemented in:UnityEngine.AIModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseNavigation mesh builder interface.
BuildNavMeshData | Builds a NavMesh data object from the provided input sources. |
Cancel | Cancels an asynchronous update of the specified NavMesh data. |
CollectSources | For convenience, you can create a list of build sources directly from the current geometry. |
UpdateNavMeshData | Incrementally updates the NavMeshData based on the sources. |
UpdateNavMeshDataAsync | Asynchronously and incrementally updates the NavMeshData based on the sources. |