C# Class UnityEditor.Web.CloudServiceAccess

Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
EnableService ( bool enabled ) : void
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
GoBackToHub ( ) : void
IsServiceEnabled ( ) : bool
OnProjectUnbound ( ) : void
ShowServicePage ( ) : void

Protected Methods

Method Description
GetSafeServiceName ( ) : string
GetWebView ( ) : WebView

Method Details

EnableService() public method

public EnableService ( bool enabled ) : void
enabled bool
return void

GetSafeServiceName() protected method

protected GetSafeServiceName ( ) : string
return string

GetServiceDisplayName() public method

public GetServiceDisplayName ( ) : string
return string

GetServiceName() public abstract method

public abstract GetServiceName ( ) : string
return string

GetWebView() protected method

protected GetWebView ( ) : WebView
return UnityEditor.WebView

GoBackToHub() public method

public GoBackToHub ( ) : void
return void

IsServiceEnabled() public method

public IsServiceEnabled ( ) : bool
return bool

OnProjectUnbound() public method

public OnProjectUnbound ( ) : void
return void

ShowServicePage() public method

public ShowServicePage ( ) : void
return void