csharp
public readonly record struct NavPathPointOne 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 PositionWhere.
public NavPolyRef PolyThe 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