Interface ILobbyServiceSDKConfiguration
Interface used for editing the configuration of the lobby service SDK. Primary usage is for testing purposes.
Namespace: Unity.Services.Lobbies
Assembly: Unity.Services.Multiplayer.dll
Syntax
public interface ILobbyServiceSDKConfigurationMethods
SetBasePath(string)
Sets the base path in configuration.
Declaration
void SetBasePath(string basePath)Parameters
| Type | Name | Description | 
|---|---|---|
| string | basePath | The base path to set in configuration. |