C# Class MoodSwingGame.MSMainScreen

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

Public Methods

Method Description
Update ( GameTime gameTime ) : void
getInstance ( ) : MSMainScreen

Private Methods

Method Description
MSMainScreen ( MoodSwing game ) : System

Method Details

Update() public method

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

getInstance() public static method

public static getInstance ( ) : MSMainScreen
return MSMainScreen