Class CloudProjectSettings
Inheritance
CloudProjectSettings
Assembly: UnityEditor.dll
Syntax
public class CloudProjectSettings
Properties
|
Improve this Doc
View Source
accessToken
Declaration
public static string accessToken { get; }
Property Value
|
Improve this Doc
View Source
organizationId
Declaration
public static string organizationId { get; }
Property Value
|
Improve this Doc
View Source
organizationName
Declaration
public static string organizationName { get; }
Property Value
|
Improve this Doc
View Source
projectId
Declaration
public static string projectId { get; }
Property Value
|
Improve this Doc
View Source
projectName
Declaration
public static string projectName { get; }
Property Value
|
Improve this Doc
View Source
userId
Declaration
public static string userId { get; }
Property Value
|
Improve this Doc
View Source
userName
Declaration
public static string userName { get; }
Property Value
Methods
|
Improve this Doc
View Source
RefreshAccessToken(Action<Boolean>)
Declaration
public static void RefreshAccessToken(Action<bool> refresh)
Parameters
Extension Methods