示例#1
0
 public void DeleteSegment(GameObject ball1, GameObject ball2)
 {
     trajectory.DeleteSegments(ball1, ball2);
 }