C# Class BlisterUI.MainGame

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Protected Properties

Свойство Type Description
graphics GraphicsDeviceManager
screen IGameScreen
screenList ScreenList
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch

Méthodes publiques

Méthode Description
MainGame ( ) : System

Méthodes protégées

Méthode Description
BuildScreenList ( ) : void
Draw ( GameTime gameTime ) : void
FullInitialize ( ) : void
FullLoad ( ) : void
FullQuit ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
OnExiting ( object sender, EventArgs args ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

BuildScreenList() protected abstract méthode

protected abstract BuildScreenList ( ) : void
Résultat void

Draw() protected méthode

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

FullInitialize() protected abstract méthode

protected abstract FullInitialize ( ) : void
Résultat void

FullLoad() protected abstract méthode

protected abstract FullLoad ( ) : void
Résultat void

FullQuit() protected méthode

protected FullQuit ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

MainGame() public méthode

public MainGame ( ) : System
Résultat System

OnExiting() protected méthode

protected OnExiting ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

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

Property Details

graphics protected_oe property

protected GraphicsDeviceManager graphics
Résultat GraphicsDeviceManager

screen protected_oe property

protected IGameScreen screen
Résultat IGameScreen

screenList protected_oe property

protected ScreenList,BlisterUI screenList
Résultat ScreenList

spriteBatch protected_oe property

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