public void OnShake(float time = 0.5f) { ShakeCamera cam = ShakeCamera.Get(m_camTransform.gameObject); cam.Play(time); }