C# 클래스 UnityEditor.Web.HubAccess

상속: CloudServiceAccess
파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 메소드들

메소드 설명
EnableCloudService ( string name, bool enabled ) : void
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
GetServices ( ) : UnityEditor.Connect.UnityConnectServiceCollection.ServiceInfo[]
ShowService ( string name ) : void

비공개 메소드들

메소드 설명
HubAccess ( ) : System
ShowMyWindow ( ) : void

메소드 상세

EnableCloudService() 공개 메소드

public EnableCloudService ( string name, bool enabled ) : void
name string
enabled bool
리턴 void

GetServiceDisplayName() 공개 메소드

public GetServiceDisplayName ( ) : string
리턴 string

GetServiceName() 공개 메소드

public GetServiceName ( ) : string
리턴 string

GetServices() 공개 메소드

public GetServices ( ) : UnityEditor.Connect.UnityConnectServiceCollection.ServiceInfo[]
리턴 UnityEditor.Connect.UnityConnectServiceCollection.ServiceInfo[]

ShowService() 공개 메소드

public ShowService ( string name ) : void
name string
리턴 void