C# Class Divine_Right.GameScreens.LoadingScreen

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
Draw ( GameTime gameTime ) : void
LoadingScreen ( Microsoft.Xna.Framework.Game game, GraphicsDeviceManager graphics, object parameters ) : System
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Private Methods

Méthode Description
SaveAndQuit ( ) : void

Method Details

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

LoadingScreen() public méthode

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

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