Exemple #1
0
 public void ShakeCamera(float strength, float duration)
 {
     StartCoroutine(Instance.Shake(strength, strength / duration));
 }