C# 클래스 UnityEditor.Web.CloudServiceAccess

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

공개 메소드들

메소드 설명
EnableService ( bool enabled ) : void
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
GoBackToHub ( ) : void
IsServiceEnabled ( ) : bool
OnProjectUnbound ( ) : void
ShowServicePage ( ) : void

보호된 메소드들

메소드 설명
GetSafeServiceName ( ) : string
GetWebView ( ) : WebView

메소드 상세

EnableService() 공개 메소드

public EnableService ( bool enabled ) : void
enabled bool
리턴 void

GetSafeServiceName() 보호된 메소드

protected GetSafeServiceName ( ) : string
리턴 string

GetServiceDisplayName() 공개 메소드

public GetServiceDisplayName ( ) : string
리턴 string

GetServiceName() 공개 추상적인 메소드

public abstract GetServiceName ( ) : string
리턴 string

GetWebView() 보호된 메소드

protected GetWebView ( ) : WebView
리턴 UnityEditor.WebView

GoBackToHub() 공개 메소드

public GoBackToHub ( ) : void
리턴 void

IsServiceEnabled() 공개 메소드

public IsServiceEnabled ( ) : bool
리턴 bool

OnProjectUnbound() 공개 메소드

public OnProjectUnbound ( ) : void
리턴 void

ShowServicePage() 공개 메소드

public ShowServicePage ( ) : void
리턴 void