C# Class UnityEditor.AI.NavMeshBuilder

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description
BuildNavMesh void
BuildNavMeshAsync void
Cancel void
ClearAllNavMeshes void

Méthodes publiques

Méthode Description
BuildNavMeshForMultipleScenes ( string paths ) : void

Builds the combined navmesh for the contents of multiple scenes.

Private Methods

Méthode Description
BuildNavMesh ( ) : void
BuildNavMeshAsync ( ) : void
Cancel ( ) : void
ClearAllNavMeshes ( ) : void

Method Details

BuildNavMeshForMultipleScenes() public static méthode

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.
Résultat void