C# 클래스 Project_Starfighter.CreditScreen

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

공개 메소드들

메소드 설명
CreditScreen ( Microsoft.Xna.Framework.Game game, SpriteBatch spriteBatch, SpriteFont spriteFont, Microsoft.Xna.Framework.Graphics.Texture2D image ) : System

Main method to create all the components of this game screen. All items are currently selectable but will be converted to non-selectable text.

Draw ( GameTime gameTime ) : void

Method to draw and update the screen

메소드 상세

CreditScreen() 공개 메소드

Main method to create all the components of this game screen. All items are currently selectable but will be converted to non-selectable text.
public CreditScreen ( 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

Draw() 공개 메소드

Method to draw and update the screen
public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void