Class FrameworkDispatcher
Helper class for processing internal framework events.
public static class FrameworkDispatcher
- Inheritance
-
FrameworkDispatcher
- Inherited Members
Remarks
If you use Game class, Update() is called automatically. Otherwise you must call it as part of your game loop.
Methods
Update()
Processes internal framework updates and raises events. If you don't use the Game class you should call this from your update loop. This method is not thread safe.
public static void Update()