Game Class (Microsoft.Xna.Framework)

System.Object
   Microsoft.Xna.Framework.Game

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public class Game : IDisposable

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The Game type exposes the following members.

  Platforms Name Description
Game  
Top
  Platforms Name Description
Components  
Content  
GraphicsDevice  
InactiveSleepTime  
IsActive  
IsFixedTimeStep  
IsMouseVisible  
LaunchParameters  
MaxElapsedTime The maximum amount of time we will frameskip over and only perform Update calls with no Draw calls. MonoGame extension. 
Services  
TargetElapsedTime  
Window  
Top
  Platforms Name Description
Activated  
Deactivated  
Disposed  
Exiting  
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web