C# Class Project_Starfighter.InstructionsScreen

Inheritance: GameScreen
Afficher le fichier Open project: csce3513/Team15 Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Draw() public méthode

Draws and updates the game screen.
public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

InstructionsScreen() public méthode

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
Résultat System