Exemple #1
0
 public void UIShakeOnce()
 {
     if (fromPosition != null)
     {
         Shaker.ShakeAllFromPoint(fromPosition.position, fromPositionDistance, shakePreset);
     }
     else
     {
         Shaker.ShakeAllSeparate(shakePreset);
     }
 }
Exemple #2
0
 public void UIShakeOnce()
 {
     Shaker.ShakeAllSeparate(shakeData, null, seed);
 }