C# Class CannonGame.menuSplash

Inheritance: SimpleSplash
Mostrar archivo Open project: obcilion/xnaKanonSpill

Public Methods

Method Description
Draw ( ) : void
Update ( ) : void
menuSplash ( SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, String backTexture, string button1Texture, string button2Texture, string button3Texture, string button4Texture, int gameStateIndex ) : System

Method Details

Draw() public method

public Draw ( ) : void
return void

Update() public method

public Update ( ) : void
return void

menuSplash() public method

public menuSplash ( SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, String backTexture, string button1Texture, string button2Texture, string button3Texture, string button4Texture, int gameStateIndex ) : System
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
content Microsoft.Xna.Framework.Content.ContentManager
backTexture String
button1Texture string
button2Texture string
button3Texture string
button4Texture string
gameStateIndex int
return System