Vixen
02b45cc4
csharp
public readonly record struct NavMeshBakeResult

A 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 Params

    The grid, ready to be handed to a NavMesh.

  • public IReadOnlyList<NavMeshTileData> Tiles

    The 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