v1.0.0
Latest
2022.3+
Class QuickJoinRequest
The body of a QuickJoin request.
Inheritance
System.Object
QuickJoinRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Lobbies.Models
Syntax
public class QuickJoinRequest
Constructors
QuickJoinRequest(List<QueryFilter>, Player)
The body of a QuickJoin request.
Declaration
public QuickJoinRequest(List<QueryFilter> filter = null, Player player = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<QueryFilter> | filter | A list of filters which can be used to narrow down which lobbies to attempt to join. |
Player | player | player param |
Properties
Filter
A list of filters which can be used to narrow down which lobbies to attempt to join.
Declaration
public List<QueryFilter> Filter { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<QueryFilter> |
Player
Parameter player of QuickJoinRequest
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |