docs.unity.cn
    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 Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 14, 2023