diff options
Diffstat (limited to 'Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/RaycastResult.cs')
-rw-r--r-- | Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/RaycastResult.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/RaycastResult.cs b/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/RaycastResult.cs index 12a339b..666ef8d 100644 --- a/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/RaycastResult.cs +++ b/Assets/uGUI-2017.1/UnityEngine.UI/EventSystem/RaycastResult.cs @@ -1,5 +1,6 @@ namespace UnityEngine.EventSystems { + // UGUIÉäÏß¼ì²â½á¹û public struct RaycastResult { private GameObject m_GameObject; // Game object hit by the raycast |