Beispiel #1
0
 private void RotateView()
 {
     if (CAMERAPERSPECTIVE == 0)
     {
         mouseLook.LookRotation();
     }
     else
     {
         mouseLook2.LookRotation();
     }
 }