docs.unity3d.com
    Show / Hide Table of Contents

    Class QuickJoinLobbyOptions

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

    Inheritance
    Object
    QuickJoinLobbyOptions
    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
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023