diff options
author | chai <chaifix@163.com> | 2021-04-30 14:44:35 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-04-30 14:44:35 +0800 |
commit | 36f7e54273c5776fea352742a2189702242aa5c0 (patch) | |
tree | 62b32aec059bfb4910d407309bb267753c19aa0f | |
parent | 744b605cb80fe6d199e4f2cb8d2315990afbd365 (diff) |
*misc
-rw-r--r-- | Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/InputModules/BaseInputModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/InputModules/BaseInputModule.cs b/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/InputModules/BaseInputModule.cs index f25f3fe..afb4678 100644 --- a/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/InputModules/BaseInputModule.cs +++ b/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/InputModules/BaseInputModule.cs @@ -226,6 +226,7 @@ namespace UnityEngine.EventSystems public virtual void ActivateModule() {} + // 模块更新入口,在这里里面调用Input检测事件 public virtual void UpdateModule() {} |