NavWorld
Assembles together a collection of NavMesh surfaces and links that are used as a whole for performing navigation operations.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.AI.Navigation.LowLevel
- Assembly: UnityEngine.AIModule
- Implements: IDisposable, IEquatable<NavWorld>
public struct NavWorld : IDisposable, IEquatable<NavWorld>