C# Class PrinceGame.OptionsMenuScreen

Inheritance: MenuScreen
Show file Open project: salvadorc17/Prince-Monogame

Public Methods

Method Description
OptionsMenuScreen ( ) : System

Constructor.

Private Methods

Method Description
LanguageMenuEntrySelected ( object sender, PlayerIndexEventArgs e ) : void

Event handler for when the Language menu entry is selected.

SetMenuEntryText ( ) : void

Fills in the latest values for the options screen menu text.

Method Details

OptionsMenuScreen() public method

Constructor.
public OptionsMenuScreen ( ) : System
return System