Skip to main content
API Reference NianticSpatial.NSDK.AR.NavigationMesh

NsdkNavMeshManager

↳ extends UnityEngine.MonoBehaviour

Declaration

public class NsdkNavMeshManager : MonoBehaviour

Summary

NsdkNavMeshManager is a MonoBehaviour that will create a NsdkNavMesh configured according to your settings and manage how it gets updated. You can add this component to a GameObject in your scene to use the NsdkNavMesh features. You can pass this to any GameObject s that may need the NsdkNavMesh e.g. your agents that handle moving across the board.


Properties

NameTypeSummary
readonly NsdkNavMeshNsdkNavMesh
A reference to the NsdkNavMesh that is being managed by this NsdkNavMeshManager

Fields

NameTypeSummary
_visualisebool
-