NavigationMeshBuildResult Class
Namespace: Stride.NavigationAssembly: Stride.Navigation.dll
The result of building a navigation mesh
                 System.Object →  
                NavigationMeshBuildResult
              
              
                 Derived from NavigationMeshBuildResult: 
              
              
              
public class NavigationMeshBuildResult
              | Name | Description | |
|---|---|---|
| Fields | ||
| NavigationMesh | The generated navigation mesh  | 
                          |
| Success | 
  | 
                          |
| UpdatedLayers | List of updated layers + tiles  | 
                          |
Fields
NavigationMesh
The generated navigation mesh
public NavigationMesh NavigationMesh
              Field Value
| Type | Description | 
|---|---|
| NavigationMesh | 
Success
true if the build was successful
public bool Success
              Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
UpdatedLayers
List of updated layers + tiles
public List<NavigationMeshLayerUpdateInfo> UpdatedLayers
              Field Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NavigationMeshLayerUpdateInfo> |