docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JoinLobbyByCodeOptions

    Optional parameter class for Lobby Join By Code requests

    Inheritance
    object
    JoinLobbyByCodeOptions
    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 JoinLobbyByCodeOptions

    Properties

    Password

    The password for the lobby. Only required when a lobby has a password.

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string

    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)