Main/System/HeroUI/HeroTrainWin.cs
@@ -9,6 +9,7 @@ /// </summary> public class HeroTrainWin : UIBase { [SerializeField] RawImage bgTexture; [SerializeField] Button showFuncBtn; //只显示立绘时点击,显示功能 [SerializeField] Transform funcForm; [SerializeField] UIHeroController roleLhModel; //展示英雄立绘 @@ -210,6 +211,7 @@ public void Display() { bgTexture.SetTexture2D("countryBG" + hero.heroConfig.Country); roleLhModel.Create(hero.SkinID, 1, motionName: "", isLh: true); roleXsModel.Create(hero.SkinID); jobImg.SetSprite(HeroUIManager.Instance.GetJobIconName(hero.heroConfig.Class));