docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QuickJoinRequest

    The body of a QuickJoin request.

    Inheritance
    object
    QuickJoinRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Lobbies
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class QuickJoinRequest

    Constructors

    QuickJoinRequest(List<QueryFilter>, Player)

    Initializes a new instance of the QuickJoinRequest class.

    Declaration
    [Preserve]
    public QuickJoinRequest(List<QueryFilter> filter = null, Player player = null)
    Parameters
    Type Name Description
    List<QueryFilter> filter

    A list of filters which can be used to narrow down which lobbies to attempt to join..

    Player player

    player.

    Properties

    Filter

    A list of filters which can be used to narrow down which lobbies to attempt to join.

    Declaration
    [Preserve]
    public List<QueryFilter> Filter { get; set; }
    Property Value
    Type Description
    List<QueryFilter>

    A list of filters which can be used to narrow down which lobbies to attempt to join.

    Player

    Gets or Sets Player

    Declaration
    [Preserve]
    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)