This commit is contained in:
2026-07-15 14:24:29 +08:00
parent b4fc8e6ee8
commit bcfb244b0f
46 changed files with 3659 additions and 294 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public class FGUIClickDetection : MonoBehaviour
// 最后将转换后的坐标传递给 FairyGUI 的本地坐标系
// Vector2 fguiPos = GRoot.inst.GlobalToLocal(fguiScreenPos);
WebviewManager.Instance.HandleUIElements(fguiScreenPos);
// WebviewManager.Instance.HandleUIElements(fguiScreenPos);
// GetInteractiveObjectAtScreenPosition(screenPosition);
// 将屏幕坐标转换为FGUI坐标
// Vector2 localPos = GRoot.inst.GlobalToLocal(screenPosition);