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

NsdkNavMeshAgentPathRenderer

↳ extends UnityEngine.MonoBehaviour
NsdkNavMeshAgentPathRenderer is a debug renderer to show you the path a NsdkNavMeshAgent is moving along...

Declaration

public class NsdkNavMeshAgentPathRenderer : MonoBehaviour

Summary

NsdkNavMeshAgentPathRenderer is a debug renderer to show you the path a NsdkNavMeshAgent is moving along while navigating the environment. You add it to the NsdkNavMeshAgentGameObject in your scene and it will draw that agent's current path.


Fields

NameTypeSummary
_agentNsdkNavMeshAgent
-
_materialMaterial
-