v1.0.0
Latest
2022.3+
Class QuickJoinLobbyOptions
Optional parameters for Quick Joining a Lobby. Includes queryable fields for Lobby selection criterion.
Inheritance
System.Object
QuickJoinLobbyOptions
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
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 |
---|---|
System.Collections.Generic.List<QueryFilter> |
Player
Information about a specific player joining the lobby.
Declaration
public Player Player { get; set; }
Property Value
Type | Description |
---|---|
Player |