예제 #1
0
 void UpdateLimitedCamera()
 {
     UpdateFreeCamera();
     focus.LimitRotation(limits);
     anchor.LimitDistance(limits);
 }