C# 클래스 UnityEditor.Web.AnalyticsAccess

상속: CloudServiceAccess
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
EnableService ( bool enabled ) : void
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
IsServiceEnabled ( ) : bool
IsTestModeEnabled ( ) : bool
SetTestModeEnabled ( bool enabled ) : void

비공개 메소드들

메소드 설명
AnalyticsAccess ( ) : System

메소드 상세

EnableService() 공개 메소드

public EnableService ( bool enabled ) : void
enabled bool
리턴 void

GetServiceDisplayName() 공개 메소드

public GetServiceDisplayName ( ) : string
리턴 string

GetServiceName() 공개 메소드

public GetServiceName ( ) : string
리턴 string

IsServiceEnabled() 공개 메소드

public IsServiceEnabled ( ) : bool
리턴 bool

IsTestModeEnabled() 공개 메소드

public IsTestModeEnabled ( ) : bool
리턴 bool

SetTestModeEnabled() 공개 메소드

public SetTestModeEnabled ( bool enabled ) : void
enabled bool
리턴 void