C# Class UnityEditor.AI.NavMeshBuilder

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
BuildNavMesh void
BuildNavMeshAsync void
Cancel void
ClearAllNavMeshes void

Public Methods

Method Description
BuildNavMeshForMultipleScenes ( string paths ) : void

Builds the combined navmesh for the contents of multiple scenes.

Private Methods

Method Description
BuildNavMesh ( ) : void
BuildNavMeshAsync ( ) : void
Cancel ( ) : void
ClearAllNavMeshes ( ) : void

Method Details

BuildNavMeshForMultipleScenes() public static method

Builds the combined navmesh for the contents of multiple scenes.

public static BuildNavMeshForMultipleScenes ( string paths ) : void
paths string Array of paths to scenes that are used for building the navmesh.
return void