UHSampleGame.MenuSystem.MenuScreen.OnCancel C# (CSharp) Method

OnCancel() protected method

Handler for when the user has cancelled the menu.
protected OnCancel ( ) : void
return void
        protected virtual void OnCancel()
        {
            ExitScreen();
        }

Same methods

MenuScreen::OnCancel ( object sender, EventArgs e ) : void