GameRunBehavior Enumeration (Microsoft.Xna.Framework)

Defines how Game should be runned.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public enum GameRunBehavior

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The GameRunBehavior type exposes the following members.

  Platforms Name Description
Asynchronous The game loop will be runned asynchronous. 
Synchronous The game loop will be runned synchronous. 
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web