Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何使用这个功能
我尝试但有错误或警告
setupchipmunk(){ ........ } update(){ if(touch==true){ cpBodyApplyForce(body1,cpv(val1,val2),cpv(val3,val4)); } }
当在控制台中开始触摸时,我发现了这个错误
警告:忽略类型为 0x5dd334 的 0x0 处的未知对象模块
警告:找不到“_sigtramp”的最小符号 - 回溯可能不可靠
请任何帮助
您可以使用以下方式施加力:
body->f = cpv(dx, dy);
祝你好运