v1.0.0
Latest
2022.3+
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
Syntax
public interface IMatchmakerSdkConfiguration
Methods
SetBasePath(String)
Sets the base path in configuration.
Declaration
void SetBasePath(string basePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | basePath | The base path to set in configuration. |