Class QuickJoinRequest
The body of a QuickJoin request.
Inherited Members
Namespace: Unity.Services.Apis.Lobbies
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "QuickJoinRequest")]
[Preserve]
public class QuickJoinRequest
Constructors
QuickJoinRequest(List<QueryFilter>, Player)
Initializes a new instance of the Quick
Declaration
[Preserve]
public QuickJoinRequest(List<QueryFilter> filter = null, Player player = null)
Parameters
Type | Name | Description |
---|---|---|
List<Query |
filter | A list of filters which can be used to narrow down which lobbies to attempt to join.. |
Player | player | player. |
Properties
Filter
A list of filters which can be used to narrow down which lobbies to attempt to join.
Declaration
[DataMember(Name = "filter", EmitDefaultValue = false)]
[Preserve]
public List<QueryFilter> Filter { get; set; }
Property Value
Type | Description |
---|---|
List<Query |
A list of filters which can be used to narrow down which lobbies to attempt to join. |
Player
Gets or Sets Player
Declaration
[DataMember(Name = "player", EmitDefaultValue = false)]
[Preserve]
public Player Player { get; set; }
Property Value
Type | Description |
---|---|
Player |