docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QuickJoinLobbyOptions

    Optional parameters for Quick Joining a Lobby. Includes queryable fields for Lobby selection criterion.

    Inheritance
    object
    QuickJoinLobbyOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Lobbies
    Assembly: Unity.Services.Multiplayer.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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)