C# Class UnityEditor.Connect.UnityConnect

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method 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

Method 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 method

public DisplayDialog ( string title, string message, string okBtn, string cancelBtn ) : bool
title string
message string
okBtn string
cancelBtn string
return bool

GetConfigurationUrlByIndex() public method

public GetConfigurationUrlByIndex ( int index ) : string
index int
return string

GetConnectInfo() public method

public GetConnectInfo ( ) : ConnectInfo
return ConnectInfo

GetCoreConfigurationUrl() public method

public GetCoreConfigurationUrl ( ) : string
return string

GetProjectInfo() public method

public GetProjectInfo ( ) : ProjectInfo
return ProjectInfo

GetUserInfo() public method

public GetUserInfo ( ) : UnityEditor.Connect.UserInfo
return UnityEditor.Connect.UserInfo

GoToHub() public method

public GoToHub ( string page ) : void
page string
return void

SetCOPPACompliance() public method

public SetCOPPACompliance ( int compliance ) : bool
compliance int
return bool

UnbindProject() public method

public UnbindProject ( ) : void
return void