C# 클래스 Project_Starfighter.InstructionsScreen

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

공개 메소드들

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

Draws and updates the game screen.

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

Constructor for the Instructions Screen

메소드 상세

Draw() 공개 메소드

Draws and updates the game screen.
public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

InstructionsScreen() 공개 메소드

Constructor for the Instructions Screen
public InstructionsScreen ( 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