Exemple #1
0
 public void LockCameraToPoint(Transform point)
 {
     ball.LockBallPosition(true);
     cam.LockCameraOnPoint(point);
 }