예제 #1
0
 private void ApplyShake()
 {
     prevShake = shaker.NextShake();
     MainCam.transform.position += prevShake;
 }