docs.unity.cn
    Show / Hide Table of Contents

    Class JoinLobbyByCodeOptions

    Optional parameter class for Lobby Join By Code requests

    Inheritance
    Object
    JoinLobbyByCodeOptions
    Namespace: Unity.Services.Lobbies
    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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 14, 2023