C# 클래스 PaeDaeWrapper, paedae-unity-wrapper

상속: MonoBehaviour
파일 보기 프로젝트 열기: PaeDae/paedae-unity-wrapper 1 사용 예제들

공개 메소드들

메소드 설명
Init ( string appKey ) : void
PaeDaeWrapper ( GameObject caller ) : System.Collections
ShowAd ( string milestoneId ) : void

비공개 메소드들

메소드 설명
_PaeDaeWrapperInit ( string key, string objectName ) : void
_PaeDaeWrapperShowAd ( string milestoneId, string objectName ) : void

메소드 상세

Init() 공개 메소드

public Init ( string appKey ) : void
appKey string
리턴 void

PaeDaeWrapper() 공개 메소드

public PaeDaeWrapper ( GameObject caller ) : System.Collections
caller GameObject
리턴 System.Collections

ShowAd() 공개 메소드

public ShowAd ( string milestoneId ) : void
milestoneId string
리턴 void