C# Class MoodSwingGame.MSOptionsScreen

Inheritance: MoodSwingGUI.MSScreen
Show file Open project: verngutz/MoodSwing Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : MSOptionsScreen
Update ( GameTime gameTime ) : void

Private Methods

Method Description
MSOptionsScreen ( MoodSwing game ) : System

Method Details

GetInstance() public static method

public static GetInstance ( ) : MSOptionsScreen
return MSOptionsScreen

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void