Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The custom context of the matchmaking ticket
public object Context { get; set; }
get
Retrieves the app's private, custom pointer-sized context value previously associated with this matchmaking ticket object.
set
Configures an optional, custom pointer-sized context value with this matchmaking ticket object.
Remarks
If no custom context has been set yet, the value is set to nullptr.
The custom context is typically used as a "shortcut" that simplifies accessing local, title-specific memory associated with the matchmaking ticket without requiring a mapping lookup.
See Also
- class MatchmakingTicket
- namespace PlayFab.Multiplayer