C# Class Options_Menu.OptionsMenu

Afficher le fichier Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
GetCurrentGameState ( ) : int
Init ( ) : void
OptionsMenu ( StructOptionsMain structOptionsMain ) : System
Update ( ) : void
Update ( double gameTime ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GetCurrentGameState() public méthode

public GetCurrentGameState ( ) : int
Résultat int

Init() public méthode

public Init ( ) : void
Résultat void

OptionsMenu() public méthode

public OptionsMenu ( StructOptionsMain structOptionsMain ) : System
structOptionsMain StructOptionsMain
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Update() public méthode

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