Class ClientsAPI
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
Properties
Auth
Declaration
public IAuthClient Auth { get; }
Property Value
Instance
Declaration
public static ClientsAPI Instance { get; }
Property Value
Ugc
Declaration
public IUgcClient Ugc { get; }
Property Value
Methods
SetEnvironment(string)
Declaration
public void SetEnvironment(string environment)
Parameters
Type |
Name |
Description |
string |
environment |
|
SetProjectId(string)
Declaration
public void SetProjectId(string projectId)
Parameters
Type |
Name |
Description |
string |
projectId |
|