Show / Hide Table of Contents

Class CloudProjectSettings

Inheritance
Object
CloudProjectSettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class CloudProjectSettings

Properties

| Improve this Doc View Source

accessToken

Declaration
public static string accessToken { get; }
Property Value
Type Description
String
| Improve this Doc View Source

organizationId

Declaration
public static string organizationId { get; }
Property Value
Type Description
String
| Improve this Doc View Source

organizationName

Declaration
public static string organizationName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

projectId

Declaration
public static string projectId { get; }
Property Value
Type Description
String
| Improve this Doc View Source

projectName

Declaration
public static string projectName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

userId

Declaration
public static string userId { get; }
Property Value
Type Description
String
| Improve this Doc View Source

userName

Declaration
public static string userName { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

RefreshAccessToken(Action<Boolean>)

Declaration
public static void RefreshAccessToken(Action<bool> refresh)
Parameters
Type Name Description
Action<Boolean> refresh

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX