Property | Type | Description | |
---|---|---|---|
BuildNavMesh | void | ||
BuildNavMeshAsync | void | ||
Cancel | void | ||
ClearAllNavMeshes | void |
Method | Description | |
---|---|---|
BuildNavMeshForMultipleScenes ( string paths ) : void |
Builds the combined navmesh for the contents of multiple scenes.
|
Method | Description | |
---|---|---|
BuildNavMesh ( ) : void | ||
BuildNavMeshAsync ( ) : void | ||
Cancel ( ) : void | ||
ClearAllNavMeshes ( ) : void |
public static BuildNavMeshForMultipleScenes ( string paths ) : void | ||
paths | string | Array of paths to scenes that are used for building the navmesh. |
return | void |