C# 클래스 CannonGame.menuSplash

상속: SimpleSplash
파일 보기 프로젝트 열기: obcilion/xnaKanonSpill

공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

menuSplash() 공개 메소드

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
리턴 System