Example #1
0
 public void CameraShift(CameraHigh _type)
 {
     if (crossFading)
     {
         return;
     }
     curCameraStateType = _type;
     nextCtrl.target    = currentCtrl.target;
     currentCtrl.Shift(_type);
     nextCtrl.Shift(_type);
 }