C# Class UnityEditor.Web.CloudServiceAccess

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
EnableService ( bool enabled ) : void
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
GoBackToHub ( ) : void
IsServiceEnabled ( ) : bool
OnProjectUnbound ( ) : void
ShowServicePage ( ) : void

Méthodes protégées

Méthode Description
GetSafeServiceName ( ) : string
GetWebView ( ) : WebView

Method Details

EnableService() public méthode

public EnableService ( bool enabled ) : void
enabled bool
Résultat void

GetSafeServiceName() protected méthode

protected GetSafeServiceName ( ) : string
Résultat string

GetServiceDisplayName() public méthode

public GetServiceDisplayName ( ) : string
Résultat string

GetServiceName() public abstract méthode

public abstract GetServiceName ( ) : string
Résultat string

GetWebView() protected méthode

protected GetWebView ( ) : WebView
Résultat UnityEditor.WebView

GoBackToHub() public méthode

public GoBackToHub ( ) : void
Résultat void

IsServiceEnabled() public méthode

public IsServiceEnabled ( ) : bool
Résultat bool

OnProjectUnbound() public méthode

public OnProjectUnbound ( ) : void
Résultat void

ShowServicePage() public méthode

public ShowServicePage ( ) : void
Résultat void