C# Class Divine_Right.GameScreens.MainMenuScreen

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: Haedrian/Divine-Right Class Usage Examples

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Method Details

Draw() public méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

MainMenuScreen() public méthode

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

Update() public méthode

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

Property Details

baseGameMessage protected_oe property

protected string baseGameMessage
Résultat string

components protected_oe property

protected List components
Résultat List

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