C# Class UnityEditor.Connect.UnityConnect

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
DisplayDialog ( string title, string message, string okBtn, string cancelBtn ) : bool
GetConfigurationUrlByIndex ( int index ) : string
GetConnectInfo ( ) : ConnectInfo
GetCoreConfigurationUrl ( ) : string
GetProjectInfo ( ) : ProjectInfo
GetUserInfo ( ) : UnityEditor.Connect.UserInfo
GoToHub ( string page ) : void
SetCOPPACompliance ( int compliance ) : bool
UnbindProject ( ) : void

Private Methods

Méthode Description
BindProject ( string projectGUID, string projectName, string organizationId ) : void
ClearAccessToken ( ) : void
ClearCache ( ) : void
ClearErrors ( ) : void
ComputerDidWakeUp ( ) : void
ComputerGoesToSleep ( ) : void
GetAPIVersion ( ) : string
GetAccessToken ( ) : string
GetConfigurationURL ( CloudConfigUrl config ) : string
GetEnvironment ( ) : string
GetOrganizationForeignKey ( ) : string
GetOrganizationId ( ) : string
GetOrganizationName ( ) : string
GetProjectGUID ( ) : string
GetProjectName ( ) : string
GetUserId ( ) : string
GetUserName ( ) : string
Logout ( ) : void
OnProjectStateChanged ( ) : void
OnStateChanged ( ) : void
OnUserStateChanged ( ) : void
OpenAuthorizedURLInWebBrowser ( string url ) : void
RefreshProject ( ) : void
SetCOPPACompliance ( COPPACompliance compliance ) : bool
ShowLogin ( ) : void
TestClearAccessToken ( ) : void
TestComputerDidWakeUp ( ) : void
TestComputerGoesToSleep ( ) : void
UnbindCloudProject ( ) : void
UnhandledError ( string request, int responseCode, string response ) : void
UnityConnect ( ) : System
WorkOffline ( bool rememberDecision ) : void

Method Details

DisplayDialog() public méthode

public DisplayDialog ( string title, string message, string okBtn, string cancelBtn ) : bool
title string
message string
okBtn string
cancelBtn string
Résultat bool

GetConfigurationUrlByIndex() public méthode

public GetConfigurationUrlByIndex ( int index ) : string
index int
Résultat string

GetConnectInfo() public méthode

public GetConnectInfo ( ) : ConnectInfo
Résultat ConnectInfo

GetCoreConfigurationUrl() public méthode

public GetCoreConfigurationUrl ( ) : string
Résultat string

GetProjectInfo() public méthode

public GetProjectInfo ( ) : ProjectInfo
Résultat ProjectInfo

GetUserInfo() public méthode

public GetUserInfo ( ) : UnityEditor.Connect.UserInfo
Résultat UnityEditor.Connect.UserInfo

GoToHub() public méthode

public GoToHub ( string page ) : void
page string
Résultat void

SetCOPPACompliance() public méthode

public SetCOPPACompliance ( int compliance ) : bool
compliance int
Résultat bool

UnbindProject() public méthode

public UnbindProject ( ) : void
Résultat void