C# Class UnityEditor.Web.AnalyticsAccess

Inheritance: CloudServiceAccess
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
EnableService ( bool enabled ) : void
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
IsServiceEnabled ( ) : bool
IsTestModeEnabled ( ) : bool
SetTestModeEnabled ( bool enabled ) : void

Private Methods

Method Description
AnalyticsAccess ( ) : System

Method Details

EnableService() public method

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

GetServiceDisplayName() public method

public GetServiceDisplayName ( ) : string
return string

GetServiceName() public method

public GetServiceName ( ) : string
return string

IsServiceEnabled() public method

public IsServiceEnabled ( ) : bool
return bool

IsTestModeEnabled() public method

public IsTestModeEnabled ( ) : bool
return bool

SetTestModeEnabled() public method

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