NavMesh ビルド機能のインターフェースです
isRunning | 非同期でビルドされているかどうかを取得します |
BuildNavMesh | 同期で NavMesh をビルドします |
BuildNavMeshAsync | 非同期で NavMesh をビルドします |
BuildNavMeshData | Builds a NavMesh data object from the provided input sources. |
BuildNavMeshForMultipleScenes | 複数のシーンの内容を結合した NavMesh をビルドします |
Cancel | Cancels an asynchronous update of the specified NavMesh data. See Also: UpdateNavMeshDataAsync. |
ClearAllNavMeshes | NavMesh の情報をすべて削除します |
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. |