Vixen
02b45cc4
csharp
public readonly record struct NavPathPoint

One point of a straight path, and the polygon it stands on.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public Vector3 Position

    Where.

  • public NavPolyRef Poly

    The polygon it is on, which is what an agent resumes from.

Methods (1)

  • public NavPathPoint(Vector3 Position, NavPolyRef Poly)

    One point of a straight path, and the polygon it stands on.

Used by (13)

  • QueryBenchmarksVixen.Benchmarks.Navigation
  • CrowdVixen.Navigation
  • NavAreaVolumeTestsVixen.Navigation.Tests
  • NavMeshAssetTestsVixen.Navigation.Tests
  • NavMeshDebugDrawVixen.Navigation
  • NavMeshDebugDrawTestsVixen.Navigation.Tests
  • NavMeshQueryVixen.Navigation
  • NavMeshQueryTestsVixen.Navigation.Tests
  • NavigationAllocationTestsVixen.Navigation.Tests
  • OffMeshConnectionTestsVixen.Navigation.Tests
  • PathCorridorVixen.Navigation
  • RegionMergeTestsVixen.Navigation.Tests
  • WatershedTestsVixen.Navigation.Tests