Example #1
0
 public void MainCameraShake(Vector3 _rotation, float _power)
 {
     if (!GameCenter.systemSettingMng.OpenVibrate)
     {
         return;
     }
     if (currentCtrl != null)
     {
         currentCtrl.CameraShake(_rotation, _power);
     }
 }