C# Class UnityEditor.Web.AnalyticsAccess

Inheritance: CloudServiceAccess
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
EnableService ( bool enabled ) : void
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
IsServiceEnabled ( ) : bool
IsTestModeEnabled ( ) : bool
SetTestModeEnabled ( bool enabled ) : void

Private Methods

Méthode Description
AnalyticsAccess ( ) : System

Method Details

EnableService() public méthode

public EnableService ( bool enabled ) : void
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

IsServiceEnabled() public méthode

public IsServiceEnabled ( ) : bool
Résultat bool

IsTestModeEnabled() public méthode

public IsTestModeEnabled ( ) : bool
Résultat bool

SetTestModeEnabled() public méthode

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