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