docs.unity.cn
    Show / Hide Table of Contents

    Class Lobbies

    This class is marked for deprecation. Please use LobbyService instead.

    Inheritance
    Object
    Lobbies
    Namespace: Unity.Services.Lobbies
    Syntax
    public static class Lobbies

    Properties

    Instance

    Provides the Lobby Service SDK interface for making service API requests.

    Declaration
    public static ILobbyServiceSDK Instance { get; }
    Property Value
    Type Description
    ILobbyServiceSDK

    Methods

    SetBasePath(String)

    This class is marked for deprecation. Please use the following code instead: var sdkConfiguration = (ILobbyServiceSDKConfiguration)Lobbies.Instance; sdkConfiguration.SetBasePath(basePath);

    Declaration
    public static void SetBasePath(string basePath)
    Parameters
    Type Name Description
    String basePath

    The base path to be set for the configuration.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 14, 2023