summaryrefslogtreecommitdiff
path: root/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-05-06 09:43:22 +0800
committerchai <chaifix@163.com>2021-05-06 09:43:22 +0800
commit70ee31ea614d248f67f3d98ada5acb981def7e58 (patch)
treebf9b732218ab1baef575ca65103fe46a350ad1ba /Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs
parent36f7e54273c5776fea352742a2189702242aa5c0 (diff)
*misc
Diffstat (limited to 'Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs')
-rw-r--r--Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs2
1 files changed, 1 insertions, 1 deletions
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 ecc94aa..f353314 100644
--- a/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs
+++ b/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/EventData/BaseEventData.cs
@@ -36,7 +36,7 @@ namespace UnityEngine.EventSystems
public GameObject selectedObject
{
get { return m_EventSystem.currentSelectedGameObject; }
- set { m_EventSystem.SetSelectedGameObject(value, this); }
+ set { m_EventSystem.SetSelectedGameObject(value, this); } // 会发送一个selecthandler事件
}
}
}