C# Class MilkShakeFramework.MilkShake

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: lucas-jones/MilkShake-old

Méthodes publiques

Свойство Type Description
ConentManager Microsoft.Xna.Framework.Content.ContentManager
Game Microsoft.Xna.Framework.Game
Graphics GraphicsDevice
GraphicsManager GraphicsDeviceManager

Méthodes publiques

Méthode Description
MilkShake ( int ScreenWidth = Globals.DefaultScreenWidth, int ScreenHeight = Globals.DefaultScreenHeight ) : Microsoft.Xna.Framework

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
ApplySettings ( int Width, int Height, bool isFullscreen = false, bool PreferMultiSampling = false ) : void

Method Details

Draw() protected méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

MilkShake() public méthode

public MilkShake ( int ScreenWidth = Globals.DefaultScreenWidth, int ScreenHeight = Globals.DefaultScreenHeight ) : Microsoft.Xna.Framework
ScreenWidth int
ScreenHeight int
Résultat Microsoft.Xna.Framework

Update() protected méthode

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

Property Details

ConentManager public_oe static_oe property

public static ContentManager,Microsoft.Xna.Framework.Content ConentManager
Résultat Microsoft.Xna.Framework.Content.ContentManager

Game public_oe static_oe property

public static Game,Microsoft.Xna.Framework Game
Résultat Microsoft.Xna.Framework.Game

Graphics public_oe static_oe property

public static GraphicsDevice Graphics
Résultat GraphicsDevice

GraphicsManager public_oe static_oe property

public static GraphicsDeviceManager GraphicsManager
Résultat GraphicsDeviceManager