C# Class Danmaku_no_Kyojin.Screens.ImprovementScreen

Inheritance: BaseGameState
Afficher le fichier Open project: Noxalus/Danmaku-no-Kyojin Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
ImprovementScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : System.Collections.Generic
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Private Methods

Méthode Description
UpdateMenuText ( ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

ImprovementScreen() public méthode

public ImprovementScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
manager Danmaku_no_Kyojin.Controls.GameStateManager
Résultat System.Collections.Generic

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void