C# Class UnityEditor.Web.HubAccess

Inheritance: CloudServiceAccess
Mostrar archivo Open project: randomize/VimConfig Class Usage Examples

Public Methods

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

Private Methods

Method Description
HubAccess ( ) : System
ShowMyWindow ( ) : void

Method Details

EnableCloudService() public method

public EnableCloudService ( string name, bool enabled ) : void
name string
enabled bool
return void

GetServiceDisplayName() public method

public GetServiceDisplayName ( ) : string
return string

GetServiceName() public method

public GetServiceName ( ) : string
return string

GetServices() public method

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

ShowService() public method

public ShowService ( string name ) : void
name string
return void