class NavMeshRenderer
(Niantic.Lightship.AR.NavigationMesh.NavMeshRenderer)
NavMeshRenderer is a helper MonoBehaviour which will draw the NavMesh tiles If you want to draw the NavMesh in a custom way you can create a similar renderer e.g. stylize the board as water/snow/sand etc.
class NavMeshRenderer: MonoBehaviour {
};