C# 클래스 UnityEditor.Connect.UnityConnect

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

DisplayDialog() 공개 메소드

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

GetConfigurationUrlByIndex() 공개 메소드

public GetConfigurationUrlByIndex ( int index ) : string
index int
리턴 string

GetConnectInfo() 공개 메소드

public GetConnectInfo ( ) : ConnectInfo
리턴 ConnectInfo

GetCoreConfigurationUrl() 공개 메소드

public GetCoreConfigurationUrl ( ) : string
리턴 string

GetProjectInfo() 공개 메소드

public GetProjectInfo ( ) : ProjectInfo
리턴 ProjectInfo

GetUserInfo() 공개 메소드

public GetUserInfo ( ) : UnityEditor.Connect.UserInfo
리턴 UnityEditor.Connect.UserInfo

GoToHub() 공개 메소드

public GoToHub ( string page ) : void
page string
리턴 void

SetCOPPACompliance() 공개 메소드

public SetCOPPACompliance ( int compliance ) : bool
compliance int
리턴 bool

UnbindProject() 공개 메소드

public UnbindProject ( ) : void
리턴 void