FrameworkDispatcher Class (Microsoft.Xna.Framework)

Helper class for processing internal framework events.
System.Object
   Microsoft.Xna.Framework.FrameworkDispatcher

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

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The FrameworkDispatcher type exposes the following members.

  Platforms Name Description
Update Processes framework events. 
Top
If you use Game class, Update() is called automatically. Otherwise you must call it as part of your game loop.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web