Class MatchmakingResults
Represents the data that is stored by the Matchmaker service when the server is allocated
Inherited Members
Namespace: Unity.Services.Matchmaker.Models
Syntax
[Preserve]
public class MatchmakingResults
Constructors
MatchmakingResults(MatchProperties, String, String, String, String, String, String, String)
Represents the data that is stored by the Matchmaker service when the server is allocated
Declaration
[Preserve]
public MatchmakingResults(MatchProperties matchProperties = null, string generatorName = null, string queueName = null, string poolName = null, string environmentId = null, string backfillTicketId = null, string matchId = null, string poolId = null)
Parameters
Type | Name | Description |
---|---|---|
MatchProperties | matchProperties | matchProperties param |
String | generatorName | generatorName param |
String | queueName | Matchmaking queue that allocated the server. |
String | poolName | Matchmaking pool that allocated the server. |
String | environmentId | Unity Gaming Services Project Environment ID. |
String | backfillTicketId | The unique ID of the backfill ticket. |
String | matchId | Unique ID of the match, |
String | poolId | The ID of pool that the match is in. |
Properties
BackfillTicketId
The unique ID of the backfill ticket.
Declaration
[Preserve]
public string BackfillTicketId { get; }
Property Value
Type | Description |
---|---|
String |
EnvironmentId
Unity Gaming Services Project Environment ID.
Declaration
[Preserve]
public string EnvironmentId { get; }
Property Value
Type | Description |
---|---|
String |
GeneratorName
Parameter generatorName of MatchmakingResults
Declaration
[Preserve]
public string GeneratorName { get; }
Property Value
Type | Description |
---|---|
String |
MatchId
Unique ID of the match,
Declaration
[Preserve]
public string MatchId { get; }
Property Value
Type | Description |
---|---|
String |
MatchProperties
Parameter matchProperties of MatchmakingResults
Declaration
[Preserve]
public MatchProperties MatchProperties { get; }
Property Value
Type | Description |
---|---|
MatchProperties |
PoolId
The ID of pool that the match is in.
Declaration
[Preserve]
public string PoolId { get; }
Property Value
Type | Description |
---|---|
String |
PoolName
Matchmaking pool that allocated the server.
Declaration
[Preserve]
public string PoolName { get; }
Property Value
Type | Description |
---|---|
String |
QueueName
Matchmaking queue that allocated the server.
Declaration
[Preserve]
public string QueueName { get; }
Property Value
Type | Description |
---|---|
String |