示例#1
0
 public static void Shake(float intensity, float length)
 {
     _instance.StartCoroutine(_instance.DoShake(intensity, length));
 }