Class ClientsAPI
UGC Bridge Clients API.
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class ClientsAPI
Properties
Auth
The authentication service.
Declaration
public IAuthenticationService Auth { get; }
Property Value
| Type | Description |
|---|---|
| IAuthenticationService |
Instance
The singleton instance of the UGC Bridge Clients API.
Declaration
public static ClientsAPI Instance { get; }
Property Value
| Type | Description |
|---|---|
| ClientsAPI |
Ugc
The UGC client.
Declaration
public IUgcClient Ugc { get; }
Property Value
| Type | Description |
|---|---|
| IUgcClient |
Methods
SetProjectSettings(string, string)
Sets the project settings.
Declaration
public void SetProjectSettings(string projectId, string environmentName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectId | |
| string | environmentName |