diff options
author | chai <chaifix@163.com> | 2021-04-20 22:29:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-04-20 22:29:31 +0800 |
commit | d4e02e80388649a184bc6eb247e035102eb3c81d (patch) | |
tree | 4cfd8d1795c4d6b4fdf941520cc087fbdfe9f7fa /Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/Graphics | |
parent | 5e7fdb87120bb1883b4358df6f3248c0fc43c917 (diff) |
*布局
Diffstat (limited to 'Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/Graphics')
-rw-r--r-- | Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/Graphics/Image.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/Graphics/Image.cs b/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/Graphics/Image.cs index cae7667..4844c19 100644 --- a/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/Graphics/Image.cs +++ b/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/Graphics/Image.cs @@ -1092,7 +1092,7 @@ namespace UnityEngine.UI if (activeSprite == null) return true; - + Vector2 local; if (!RectTransformUtility.ScreenPointToLocalPointInRectangle(rectTransform, screenPoint, eventCamera, out local)) return false; |