Esempio n. 1
0
 protected void DebugNearestFace()
 {
     theGrid.NearestFaceW(_transform.position, debuggedPlane, true);
     if (printLogs)
     {
         Debug.Log(theGrid.NearestFaceG(_transform.position, debuggedPlane));
     }
 }