Microsoft.Xna.Framework.GamerServices
Class GamerServicesDispatcher
java.lang.Object
Microsoft.Xna.Framework.GamerServices.GamerServicesDispatcher
public class GamerServicesDispatcher
- extends java.lang.Object
Implements the Windows-specific portion of a GamerServicesDispatcher class. Reference page contains links to related code samples.
- Author:
- Halofreak1990
Method Summary |
static void |
Initialize(IServiceProvider serviceProvider)
Initializes gamer services functionality for the game, automatically choosing the most appropriate gamer service type for the platform. |
static boolean |
IsInitialized()
|
static void |
Update()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallingTitleUpdate
public static Event<EventArgs> InstallingTitleUpdate
- Notifies the game when a Games for Windows - LIVE title update is being installed
GamerServicesDispatcher
public GamerServicesDispatcher()
IsInitialized
public static boolean IsInitialized()
Initialize
public static void Initialize(IServiceProvider serviceProvider)
- Initializes gamer services functionality for the game, automatically choosing the most appropriate gamer service type for the platform. Reference page contains links to related code samples.
- Parameters:
serviceProvider
- The service provider to be used when locating additional services services. For example, IGraphicsDeviceService.
Update
public static void Update()