private void OnSceneGUI()
 {
     Handles.color = Color.green;
     CurvedGroundEditor.drawPointsOnSceneGui(curve.anchorPoints);
 }
 private void OnSceneGUI()
 {
     CurvedGroundEditor.drawPointsOnSceneGui(point.curve.anchorPoints);
 }