お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。
Namespace: UnityEngine
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseApple iADフレームワークのADInterstitialAdクラスのラッパーです。iPad のみ利用可能です。
iPad アプリケーションがユーザに表示できるフルスクリーン広告を提供します。
private ADInterstitialAd fullscreenAd = null; void Start() { fullscreenAd = new ADInterstitialAd(); ADInterstitialAd.onInterstitialWasLoaded += OnFullscreenLoaded; } void OnFullscreenLoaded() { fullscreenAd.Show(); }
isAvailable | インターステイシャル広告が利用可能かチェック(iPad 専用、iOS 4.3 から追加された) |
loaded | 広告がダウンロードされたか(RO) |
ADInterstitialAd | インターステーシャル広告を作成 |