Example #1
0
 /// <summary>
 /// Shake the camera.
 /// </summary>
 public static void Shake(float duration, float strength)
 {
     staticRef.H_Shake(duration, strength);
 }