예제 #1
0
        public static bool IsDownloaded()
        {
#if !UNITY_WEBPLAYER
            return(AdvertisementManager.isVideoAvailable());
#else
            return(false);
#endif
        }