Ejemplo n.º 1
0
 protected void DebugNearestVertex()
 {
     theGrid.NearestVertexW(_transform.position, true);
     if (printLogs)
     {
         Debug.Log(theGrid.NearestVertexG(_transform.position));
     }
 }