Interface IMatchmakerSdkConfiguration
Base class used for editing the configuration of the matchmaker service SDK. Primary usage is for testing endpoints / apis in other environments.
Namespace: Unity.Services.Matchmaker
Assembly: Unity.Services.Multiplayer.dll
Syntax
public interface IMatchmakerSdkConfiguration
Methods
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. |