我如何对花栗鼠施加力量
我如何使用此功能
出现错误或警告
setupchipmunk(){
........
}
update(){
if(touch==true){
cpBodyApplyForce(body1,cpv(val1,val2),cpv(val3,val4));
}
}
我尝试但在控制台中开始触摸时
我发现此错误警告:忽略了 0x0 处的未知对象模块,类型为 0x5dd334
警告:无法找到“_sigtramp”的最小符号 - 回溯可能是不可靠
请帮忙
How I can use this function
Im try but there are error or warning
setupchipmunk(){
........
}
update(){
if(touch==true){
cpBodyApplyForce(body1,cpv(val1,val2),cpv(val3,val4));
}
}
when touch begin in console I found this error
warning: Ignored unknown object module at 0x0 with type 0x5dd334
warning: Couldn't find minimal symbol for "_sigtramp" - backtraces may be unreliable
please any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下方式施加力量:
祝你好运
You can apply force using:
Good luck