C# Class CannonGame.Level1

Inheritance: GameLevel
Datei anzeigen Open project: obcilion/xnaKanonSpill

Public Methods

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

Method Details

Draw() public method

public Draw ( ) : void
return void

Level1() public method

public Level1 ( SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, int gameStateIndex ) : Microsoft.Xna.Framework
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
content Microsoft.Xna.Framework.Content.ContentManager
gameStateIndex int
return Microsoft.Xna.Framework

Update() public method

public Update ( ) : void
return void