C# Class MoodSwingGame.ReturnFromOptionsScreen

Inheritance: ChangeScreen
显示文件 Open project: verngutz/MoodSwing Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : ReturnFromOptionsScreen
PerformAction ( Microsoft.Xna.Framework.Game game ) : void

Private Methods

Method Description
ReturnFromOptionsScreen ( ) : System

Method Details

GetInstance() public static method

public static GetInstance ( ) : ReturnFromOptionsScreen
return ReturnFromOptionsScreen

PerformAction() public method

public PerformAction ( Microsoft.Xna.Framework.Game game ) : void
game Microsoft.Xna.Framework.Game
return void