C# Class CannonGame.LevelSelecter

Inheritance: SimpleSplash
ファイルを表示 Open project: obcilion/xnaKanonSpill

Public Methods

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

Method Details

Draw() public method

public Draw ( ) : void
return void

LevelSelecter() public method

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
return System

Update() public method

public Update ( ) : void
return void