コード例 #1
0
ファイル: BrandRecipes.cs プロジェクト: Jongwings/MobileApp
 public void InitBrand1(SeralizedClassServer.OfflineRecipeDetails collectionBrand, RecipesWithThisBrandController mCollectionController, int aIndex)
 {
     recipesWithThisBrandController = mCollectionController;
     brand1           = collectionBrand;
     brandName.text   = collectionBrand.RecipeName;
     brandIcon.sprite = AppManager.Instance.RecipeOfflineImages[aIndex];
 }
コード例 #2
0
 public void InitBrand1(SeralizedClassServer.OfflineRecipeDetails collectionBrand, int aIndex)
 {
     brand1           = collectionBrand;
     brandName.text   = collectionBrand.RecipeName;
     brandIcon.sprite = AppManager.Instance.RecipeOfflineImages[aIndex];
 }