public Vector3 GetNearestPointOnTerrain(Vector3 fromLocation)
 {
     return(TerrainCollider.ClosestPoint(fromLocation));
 }