v1.2.1
Latest
2020.3+
Class QuickJoinLobbyOptions
Optional parameters for Quick Joining a Lobby. Includes queryable fields for Lobby selection criterion.
Namespace: Unity.Services.Lobbies
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 |