Vixen
02b45cc4
csharp
public readonly record struct NavPathRequest

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

    Its slot.

  • public uint Generation

    Which request that slot is holding.

  • public static NavPathRequest Null

    The request that names no search.

  • public bool IsNull

    Whether 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