C# 클래스 UnityEditor.Web.AdsAccess

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

공개 메소드들

메소드 설명
EnableService ( bool enabled ) : void
GetAndroidGameId ( ) : string
GetIOSGameId ( ) : string
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
IsAndroidEnabled ( ) : bool
IsIOSEnabled ( ) : bool
IsInitializedOnStartup ( ) : bool
IsServiceEnabled ( ) : bool
IsTestModeEnabled ( ) : bool
OnProjectUnbound ( ) : void
SetAndroidEnabled ( bool enabled ) : void
SetAndroidGameId ( string value ) : void
SetIOSEnabled ( bool enabled ) : void
SetIOSGameId ( string value ) : void
SetInitializedOnStartup ( bool enabled ) : void
SetTestModeEnabled ( bool enabled ) : void

비공개 메소드들

메소드 설명
AdsAccess ( ) : System

메소드 상세

EnableService() 공개 메소드

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

GetAndroidGameId() 공개 메소드

public GetAndroidGameId ( ) : string
리턴 string

GetIOSGameId() 공개 메소드

public GetIOSGameId ( ) : string
리턴 string

GetServiceDisplayName() 공개 메소드

public GetServiceDisplayName ( ) : string
리턴 string

GetServiceName() 공개 메소드

public GetServiceName ( ) : string
리턴 string

IsAndroidEnabled() 공개 메소드

public IsAndroidEnabled ( ) : bool
리턴 bool

IsIOSEnabled() 공개 메소드

public IsIOSEnabled ( ) : bool
리턴 bool

IsInitializedOnStartup() 공개 메소드

public IsInitializedOnStartup ( ) : bool
리턴 bool

IsServiceEnabled() 공개 메소드

public IsServiceEnabled ( ) : bool
리턴 bool

IsTestModeEnabled() 공개 메소드

public IsTestModeEnabled ( ) : bool
리턴 bool

OnProjectUnbound() 공개 메소드

public OnProjectUnbound ( ) : void
리턴 void

SetAndroidEnabled() 공개 메소드

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

SetAndroidGameId() 공개 메소드

public SetAndroidGameId ( string value ) : void
value string
리턴 void

SetIOSEnabled() 공개 메소드

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

SetIOSGameId() 공개 메소드

public SetIOSGameId ( string value ) : void
value string
리턴 void

SetInitializedOnStartup() 공개 메소드

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

SetTestModeEnabled() 공개 메소드

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