Class QuickJoinLobbyOptions
Optional parameters for Quick Joining a Lobby. Includes queryable fields for Lobby selection criterion.
Inherited Members
Namespace: Unity.Services.Lobbies
Assembly: Unity.Services.Lobbies.dll
Syntax
public class QuickJoinLobbyOptions
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; set; }
Property Value
Type | Description |
---|---|
List<QueryFilter> |
Player
Information about a specific player joining the lobby.
Declaration
public Player Player { get; set; }
Property Value
Type | Description |
---|---|
Player |