C# 클래스 Project_Starfighter.VictoryScreen

상속: GameScreen
파일 보기 프로젝트 열기: csce3513/Team15 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void

Update ( GameTime gameTime ) : void

VictoryScreen ( Microsoft.Xna.Framework.Game game, SpriteBatch spriteBatch, SpriteFont spriteFont, Microsoft.Xna.Framework.Graphics.Texture2D image ) : System

updateScore ( int scoreCard ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

VictoryScreen() 공개 메소드

public VictoryScreen ( Microsoft.Xna.Framework.Game game, SpriteBatch spriteBatch, SpriteFont spriteFont, Microsoft.Xna.Framework.Graphics.Texture2D image ) : System
game Microsoft.Xna.Framework.Game
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
image Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

updateScore() 공개 메소드

public updateScore ( int scoreCard ) : void
scoreCard int
리턴 void