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