C# 클래스 CannonGame.LevelSelecter

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

공개 메소드들

메소드 설명
Draw ( ) : void
LevelSelecter ( SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, String backTexture, int gameStateIndex ) : System
Update ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

LevelSelecter() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void