csharp
public readonly record struct NavMeshBakeResultA tiled bake: the tiles, and the grid they were laid out on.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public NavMeshParams ParamsThe grid, ready to be handed to a NavMesh.
public IReadOnlyList<NavMeshTileData> TilesThe tiles that produced any polygons. Empty ones are not in the list.
Methods (1)
public NavMeshBakeResult(NavMeshParams Params, IReadOnlyList<NavMeshTileData> Tiles)A tiled bake: the tiles, and the grid they were laid out on.
Used by (6)
- BakeBenchmarksVixen.Benchmarks.Navigation
- CrossTileConnectionTestsVixen.Navigation.Tests
- NavMeshAssetVixen.Navigation
- NavMeshBakerVixen.Navigation
- NavMeshQueryTestsVixen.Navigation.Tests
- NavTileCacheTestsVixen.Navigation.Tests