C# Class GraphicsTests.MainMenu

Inheritance: Myre.StateManagement.Screen
Afficher le fichier Open project: TomGillen/Myre

Méthodes publiques

Méthode 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 méthode

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void

MainMenu() public méthode

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
Résultat System

OnShown() public méthode

public OnShown ( ) : void
Résultat void

Update() public méthode

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void