Example #1
0
    public void InitBrand1(SeralizedClassServer.OfflineBradDetails collectionBrand, int aIndex)
    {
        this.BrandIndex  = aIndex;
        brand1           = collectionBrand;
        brandName.text   = collectionBrand.BrandName;
        brandIcon.sprite = AppManager.Instance.BrandOfflineThumbImages[aIndex];
//		StartCoroutine ("LoadImage", "http://www.jongwings.com/chivita/"+collectionBrand.brand_thumb_img);
    }
Example #2
0
 public void InitBrand1(SeralizedClassServer.OfflineBradDetails collectionBrand, int aIndex)
 {
     brand1           = collectionBrand;
     brandIcon.sprite = AppManager.Instance.BrandOfflineThumbImages[aIndex];
 }