C# Class UnityEditor.Web.HubAccess

Inheritance: CloudServiceAccess
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
EnableCloudService ( string name, bool enabled ) : void
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
GetServices ( ) : UnityEditor.Connect.UnityConnectServiceCollection.ServiceInfo[]
ShowService ( string name ) : void

Private Methods

Méthode Description
HubAccess ( ) : System
ShowMyWindow ( ) : void

Method Details

EnableCloudService() public méthode

public EnableCloudService ( string name, bool enabled ) : void
name string
enabled bool
Résultat void

GetServiceDisplayName() public méthode

public GetServiceDisplayName ( ) : string
Résultat string

GetServiceName() public méthode

public GetServiceName ( ) : string
Résultat string

GetServices() public méthode

public GetServices ( ) : UnityEditor.Connect.UnityConnectServiceCollection.ServiceInfo[]
Résultat UnityEditor.Connect.UnityConnectServiceCollection.ServiceInfo[]

ShowService() public méthode

public ShowService ( string name ) : void
name string
Résultat void