From b1276a1b76ac3b87add90e0c6b887d5afea1cfea Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 11 Oct 2020 09:12:08 +0800 Subject: =?UTF-8?q?*event=20system=E5=88=9D=E6=8E=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs') diff --git a/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs b/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs index 62e6cb4..7b5a60d 100644 --- a/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs +++ b/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs @@ -2,7 +2,7 @@ namespace UnityEngine.EventSystems { public abstract class AbstractEventData { - protected bool m_Used; + protected bool m_Used; // 当前事件是否被吞(被处理) public virtual void Reset() { -- cgit v1.1-26-g67d0