csharp
public readonly record struct NavPathRequestA search somebody asked for.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public int IndexIts slot.
public uint GenerationWhich request that slot is holding.
public static NavPathRequest NullThe request that names no search.
public bool IsNullWhether this names no search.
Methods (1)
public NavPathRequest(int Index, uint Generation)A search somebody asked for.
Used by (6)
- PathQueueBenchmarksVixen.Benchmarks.Navigation
- AgentVixen.Navigation
- CrowdVixen.Navigation
- NavPathQueueVixen.Navigation
- NavPathQueueJobTestsVixen.Navigation.Tests
- NavPathQueueTestsVixen.Navigation.Tests