Example #1
0
 public void AddP2PTraject(GameObject ball)
 {
     trajectory.AddPoint2PointTrajectory(ball, PathP2P);
     PathP2P.Clear();
 }