如何设置CC3Node在层中的位置?
我在文档中找不到这个。
我有一个 CC3Node (myNode),我的层有 touchDown 和 touchDown 的回调。到目前为止,touchMoved 事件所有这些都有效。我正在尝试在屏幕上拖动 myNode,最好使用屏幕坐标。
如何设置 myNode 相对于屏幕(图层)坐标的位置?
I've not been able to find this in the docs.
I've got a CC3Node (myNode) and my layer has the callbacks for touchDown & touchMoved events all of which works, so far. I'm trying to drag myNode around the screen, preferably using screen coordinates.
How do I set myNode's location relative to screen (layer) coordinates?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我终于找到了这个,尽管这些碎片有点分散在多个帖子中。我的最终解决方案如下所示:
MyWorld.m:
Ok, I finally tracked this down, although the pieces were a bit scattered around in multiple posts. My final solution looked something like this:
MyWorld.m: