C# Class SpaceBattle.Menu

Afficher le fichier Open project: luqui/space-shooter Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sb, Rectangle rectViewport ) : void
Menu ( SpriteFont font ) : System
Update ( GamePadState rgState ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch sb, Rectangle rectViewport ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
rectViewport Microsoft.Xna.Framework.Rectangle
Résultat void

Menu() public méthode

public Menu ( SpriteFont font ) : System
font Microsoft.Xna.Framework.Graphics.SpriteFont
Résultat System

Update() public méthode

public Update ( GamePadState rgState ) : void
rgState Microsoft.Xna.Framework.Input.GamePadState
Résultat void