Class QuickJoinRequest
The body of a QuickJoin request.
Inherited Members
Namespace: Unity.Services.Lobbies.Models
Assembly: solution.dll
Syntax
[Preserve]
public class QuickJoinRequest
Constructors
| Name | Description |
|---|---|
| QuickJoinRequest(List<QueryFilter>, Player) | The body of a QuickJoin request. |
Properties
| Name | Description |
|---|---|
| Filter | A list of filters which can be used to narrow down which lobbies to attempt to join. |
| Player | Parameter player of QuickJoinRequest |