NsdkNavMeshManager
↳ extends UnityEngine.MonoBehaviour
LightshipNavMeshManager is a MonoBehaviour that will create a NsdkNavMesh configured according to your settings and manage how it gets updated....
Declaration
public class NsdkNavMeshManager : MonoBehaviourSummary
LightshipNavMeshManager 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
| Name | Type | Summary |
|---|---|---|
| readonly NsdkNavMesh | NsdkNavMesh | - |
Fields
| Name | Type | Summary |
|---|---|---|
| _visualise | bool | - |