Game.LoadGraphicsContent Method
Called when graphics resources need to be loaded. Override this method to load any game-specific graphics resources.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Game (in microsoft.xna.framework.game.dll)
Syntax
protected virtual void LoadGraphicsContent (
bool loadAllContent
)
Parameters
- loadAllContent
true if all graphics resources need to be loaded; false if only manual resources need to be loaded.
Remarks
This method is called by Initialize, as well as any time the game content needs to be reloaded, such as when the DeviceReset event occurs.
See Also
Tasks
Reference
Game Class
Game Members
Microsoft.Xna.Framework Namespace
Platforms
Xbox 360, Windows XP SP2, Windows Vista