diff options
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.cs | 2 |
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事件 } } } |