我想使用RectTransformUtility.ScreenPointToLocalPointInRectangle()
在触摸屏上实现虚拟trackbad。
因此,我在代码中键入了RectTransformUtility.
并点击了自动填充功能。没有任何事情发生
我想确定所以我手工编写了整个方法调用RectTransformUtility.ScreenPointToLocalPointInRectangle(socket.rectTransform, ped.position, ped.pressEventCamera, out position);
,但现在我遇到了编译器错误。
他确实找到了RectTransformUtility
,而不是它的方法。
Code and errors)(抱歉,错误消息是德语)
我不是100%确定socket和ped是什么,但它们应该工作,因为它们是我从uni获得的代码的一部分作为练习的一部分。
有人知道可能导致这个问题的原因吗?