Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

NavMeshBuilder

class in UnityEngine.AI

/

Implemented in:UnityEngine.AIModule

Description

Navigation mesh builder interface.

Static Methods

BuildNavMeshDataBuilds a NavMesh data object from the provided input sources.
CancelCancels an asynchronous update of the specified NavMesh data.
CollectSourcesFor convenience, you can create a list of build sources directly from the current geometry.
UpdateNavMeshDataIncrementally updates the NavMeshData based on the sources.
UpdateNavMeshDataAsyncAsynchronously and incrementally updates the NavMeshData based on the sources.