Beispiel #1
0
        public LocalImageLoader(string localUrl, bool isAndroid, OnRequestFinishedDelegate callback)
        {
//			Debug.Log ("construct LocalImageLoader: ");
            this.Callback      = callback;
            this.IsAlive       = false;
            this.Url           = localUrl;
            this.IsAndroidType = isAndroid;
            imageLoadManager   = ImageLoadManager.GetIntance();
        }