box2d中的触摸事件?
有没有办法识别一个接触点是否在世界上的一个物体上?
Is there any way to identify, whether a touch point is in a body in the world??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法识别一个接触点是否在世界上的一个物体上?
Is there any way to identify, whether a touch point is in a body in the world??
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
恐怕你不需要做这样的事情,因为如果物体存在的话,它总是比世界更上层,所以如果点既在物体又在世界中,那么它一定是物体。回应。
I am afraid you don't need to do something like that, because a body is always in the upper layer than the world if it exists, so if the point is both in a body and in the world, it must be the body to respond.