C# Class CannonGame.LevelSelecter

Inheritance: SimpleSplash
Afficher le fichier Open project: obcilion/xnaKanonSpill

Méthodes publiques

Méthode Description
Draw ( ) : void
LevelSelecter ( SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, String backTexture, int gameStateIndex ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

LevelSelecter() public méthode

public LevelSelecter ( SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, String backTexture, int gameStateIndex ) : System
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
content Microsoft.Xna.Framework.Content.ContentManager
backTexture String
gameStateIndex int
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void