From 3efaf5977da25fa3b56cc5e751ce79c9294b43ca Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Fri, 28 Feb 2025 18:41:05 +0800 Subject: [PATCH] =?UTF-8?q?UI=E9=9A=90=E8=97=8F=E5=8F=91=E5=87=BA=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/UIInstruction.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/UI/UIInstruction.cs b/Assets/Scripts/UI/UIInstruction.cs index 84ba68df..2339eea9 100644 --- a/Assets/Scripts/UI/UIInstruction.cs +++ b/Assets/Scripts/UI/UIInstruction.cs @@ -92,6 +92,7 @@ namespace QFramework.Example protected override void OnHide() { mData = null; + StringEventSystem.Global.Send(this.GetType().Name + "Hide"); } protected override void OnClose()