public void PlayCatch(bool play = true) { if (play) { Cameras.SetBool("play", true); IsCatch = true; } else { Cameras.SetBool("play", false); } }