Class Lobbies
This class is marked for deprecation. Please use LobbyService instead.
Inherited Members
Namespace: Unity.Services.Lobbies
Assembly: solution.dll
Syntax
public static class Lobbies
Properties
| Name | Description |
|---|---|
| Instance | Provides the Lobby Service SDK interface for making service API requests. |
Methods
| Name | Description |
|---|---|
| SetBasePath(string) | This class is marked for deprecation. Please use the following code instead: var sdkConfiguration = (ILobbyServiceSDKConfiguration)Lobbies.Instance; sdkConfiguration.SetBasePath(basePath); |