如何在PIE模式里触发Touch操作

[复制链接]
1568 |2
窜稀大仙 发表于 2023-5-13 21:36:39 | 显示全部楼层 |阅读模式
不知道编辑器有没有开启在PIE模式下鼠标模拟Touch。

我绑定的Touch事件没法在编辑器里触发,难道是我绑定方式不对?

let touchinputclass = new Gameplay.TouchInput()         
                touchinputclass.onTouch.add((id, pos, type) => {  
                    console.log(id);
                    console.log(pos);
                    console.log(type);                                          
                })


回复

使用道具 举报

喵喵哭唧唧 发表于 2023-5-14 09:19:48 | 显示全部楼层
https://forum.ark.online/forum.p ... &extra=#pid4321
https://api-docs.ark.online/clas ... setplayercontroller

可以参考以上文章

可能你没有调用下边的方法
// 设置玩家控制器,使用前需调用一次
this.input.setPlayerController();
回复

使用道具 举报

窜稀大仙楼主 发表于 2023-5-14 13:53:05 | 显示全部楼层
喵喵哭唧唧 发表于 2023-5-14 09:19
https://forum.ark.online/forum.php?mod=viewthread&tid=1383&page=1&extra=#pid4321
https://api-docs.ar ...

成了,谢谢
回复

使用道具 举报

72小时热榜
热门版块
快速回复 返回顶部 返回列表