Class MatchmakerOptions
Options for finding a match with Unity Matchmaker
Inherited Members
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public class MatchmakerOptions
Properties
PlayerProperties
Custom game-specific properties that apply to an individual player (e.g. role
or skill
).
Declaration
public Dictionary<string, PlayerProperty> PlayerProperties { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, PlayerProperty> |
QueueName
Name of the Matchmaker queue to use.
Declaration
public string QueueName { get; set; }
Property Value
Type | Description |
---|---|
string |
TicketAttributes
Attributes to be used for the Matchmaking ticket request.
Declaration
public Dictionary<string, object> TicketAttributes { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> |