public void Update(GameTime gameTime) { if (input.GetKeyTrigger(Keys.P)) { ui.SwitchOff(); } ui.Update(); UpdateBlurRate(); CheckSceneEnd(); }