C# Class GraphicsTests.MainMenu

Inheritance: Myre.StateManagement.Screen
ファイルを表示 Open project: TomGillen/Myre

Public Methods

Method Description
Draw ( Microsoft gameTime ) : void
MainMenu ( TestGame game, CommandConsole console, GraphicsDevice device, Microsoft.Xna.Framework.Content.ContentManager content, IServiceProvider services ) : System
OnShown ( ) : void
Update ( Microsoft gameTime ) : void

Method Details

Draw() public method

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
return void

MainMenu() public method

public MainMenu ( TestGame game, CommandConsole console, GraphicsDevice device, Microsoft.Xna.Framework.Content.ContentManager content, IServiceProvider services ) : System
game TestGame
console CommandConsole
device GraphicsDevice
content Microsoft.Xna.Framework.Content.ContentManager
services IServiceProvider
return System

OnShown() public method

public OnShown ( ) : void
return void

Update() public method

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
return void