From 684614b43bbb7c8765ab1e222b619e6ed2100b17 Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Wed, 8 Jan 2025 11:13:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dhint=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/UIHint.Designer.cs | 2 +- Assets/Scripts/UI/UIHint.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Scripts/UI/UIHint.Designer.cs b/Assets/Scripts/UI/UIHint.Designer.cs index 15ec5a81..b7d0c337 100644 --- a/Assets/Scripts/UI/UIHint.Designer.cs +++ b/Assets/Scripts/UI/UIHint.Designer.cs @@ -5,7 +5,7 @@ using QFramework; namespace QFramework.Example { - // Generate Id:56300545-9a16-4363-94bb-73919dd6d4f0 + // Generate Id:81782f84-21db-40cc-8f07-78023c95d54e public partial class UIHint { public const string Name = "UIHint"; diff --git a/Assets/Scripts/UI/UIHint.cs b/Assets/Scripts/UI/UIHint.cs index b03364bd..623d81c3 100644 --- a/Assets/Scripts/UI/UIHint.cs +++ b/Assets/Scripts/UI/UIHint.cs @@ -61,6 +61,7 @@ namespace QFramework.Example { ItemPrefab.DOFade(alph, 0.5f); Label.DOFade(alph, 0.5f); + Icon.gameObject.SetActive(alph == 1); } protected override void OnShow()