C# Class Divine_Right.GameScreens.CreditsScreen

The screen displaying credits. Pretty simple. Just display a single image and click anywhere to go back
Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: Haedrian/Divine-Right

Protected Properties

Свойство Type Description
game Microsoft.Xna.Framework.Game
graphics GraphicsDeviceManager
sprites Microsoft.Xna.Framework.Graphics.SpriteBatch

Méthodes publiques

Méthode Description
CreditsScreen ( Microsoft.Xna.Framework.Game game, GraphicsDeviceManager graphics ) : System
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Method Details

CreditsScreen() public méthode

public CreditsScreen ( Microsoft.Xna.Framework.Game game, GraphicsDeviceManager graphics ) : System
game Microsoft.Xna.Framework.Game
graphics GraphicsDeviceManager
Résultat System

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

game protected_oe property

protected Game,Microsoft.Xna.Framework game
Résultat Microsoft.Xna.Framework.Game

graphics protected_oe property

protected GraphicsDeviceManager graphics
Résultat GraphicsDeviceManager

sprites protected_oe property

protected SpriteBatch,Microsoft.Xna.Framework.Graphics sprites
Résultat Microsoft.Xna.Framework.Graphics.SpriteBatch