C# Class GPSTD_RM.Screen

Afficher le fichier Open project: dideler/gps-tower-defense Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Load ( GraphicsDevice gDev ) : void
Screen ( Game1 game ) : System
Unload ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

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

Load() public méthode

public Load ( GraphicsDevice gDev ) : void
gDev GraphicsDevice
Résultat void

Screen() public méthode

public Screen ( Game1 game ) : System
game Game1
Résultat System

Unload() public méthode

public Unload ( ) : void
Résultat void

Update() public méthode

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