Class MatchmakerExtensions
Extension methods of an ISession that can be used when using the Matchmaker service.
Inherited Members
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public static class MatchmakerExtensions
Methods
GetMatchmakingResults(ISession)
Returns the matchmaking results of the session. The session has to be created through matchmaking and the Matchmaker service.
Declaration
public static StoredMatchmakingResults GetMatchmakingResults(this ISession session)
Parameters
Type | Name | Description |
---|---|---|
ISession | session | The session to fetch the matchmaking results from. |
Returns
Type | Description |
---|---|
StoredMatchmakingResults | The matchmaking results. |