C# 클래스 UnityAdsSettings, unity-ads-helper

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: Applifier/unity-ads-helper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
androidGameId string
enableTestMode bool
iosGameId string
overrideAdsServiceInit bool
showDebugLogs bool
showErrorLogs bool
showInfoLogs bool
showWarningLogs bool

공개 메소드들

메소드 설명
UnityAdsSettings ( ) : System.Collections

메소드 상세

UnityAdsSettings() 공개 메소드

public UnityAdsSettings ( ) : System.Collections
리턴 System.Collections

프로퍼티 상세

androidGameId 공개적으로 프로퍼티

public string androidGameId
리턴 string

enableTestMode 공개적으로 프로퍼티

public bool enableTestMode
리턴 bool

iosGameId 공개적으로 프로퍼티

public string iosGameId
리턴 string

overrideAdsServiceInit 공개적으로 프로퍼티

public bool overrideAdsServiceInit
리턴 bool

showDebugLogs 공개적으로 프로퍼티

public bool showDebugLogs
리턴 bool

showErrorLogs 공개적으로 프로퍼티

public bool showErrorLogs
리턴 bool

showInfoLogs 공개적으로 프로퍼티

public bool showInfoLogs
리턴 bool

showWarningLogs 공개적으로 프로퍼티

public bool showWarningLogs
리턴 bool