Version: 2017.2

NavMeshBuilder

class in UnityEditor.AI

매뉴얼로 전환

설명

Navigation mesh builder interface.

정적 변수

isRunningReturns true if an asynchronous build is still running.

정적 함수

BuildNavMeshBuild the Navmesh.
BuildNavMeshAsyncBuild the Navmesh Asyncronously.
BuildNavMeshDataBuilds a NavMesh data object from the provided input sources.
BuildNavMeshForMultipleScenesBuilds the combined navmesh for the contents of multiple scenes.
CancelCancels an asynchronous update of the specified NavMesh data. See Also: UpdateNavMeshDataAsync.
ClearAllNavMeshesClear all Navmeshes.
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.