Property | Type | Description | |
---|---|---|---|
ConentManager | Microsoft.Xna.Framework.Content.ContentManager | ||
Game | Microsoft.Xna.Framework.Game | ||
Graphics | GraphicsDevice | ||
GraphicsManager | GraphicsDeviceManager |
Method | Description | |
---|---|---|
MilkShake ( int ScreenWidth = Globals.DefaultScreenWidth, int ScreenHeight = Globals.DefaultScreenHeight ) : Microsoft.Xna.Framework |
Method | Description | |
---|---|---|
Draw ( |
||
Initialize ( ) : void | ||
Update ( |
Method | Description | |
---|---|---|
ApplySettings ( int Width, int Height, bool isFullscreen = false, bool PreferMultiSampling = false ) : void |
protected Draw ( |
||
gameTime | ||
return | void |
public MilkShake ( int ScreenWidth = Globals.DefaultScreenWidth, int ScreenHeight = Globals.DefaultScreenHeight ) : Microsoft.Xna.Framework | ||
ScreenWidth | int | |
ScreenHeight | int | |
return | Microsoft.Xna.Framework |
protected Update ( |
||
gameTime | ||
return | void |
public static ContentManager,Microsoft.Xna.Framework.Content ConentManager | ||
return | Microsoft.Xna.Framework.Content.ContentManager |
public static Game,Microsoft.Xna.Framework Game | ||
return | Microsoft.Xna.Framework.Game |