停止旋转和移动
如何停止身体的旋转和移动?
我这样做:
mBody.setAngularDamping(100);
mBody.setLinearDamping(100);
但它并没有完全阻止身体,也
mBody.setActive(false);
没有完全冻结身体。
How stop the rotation and moving of the body?
I do this:
mBody.setAngularDamping(100);
mBody.setLinearDamping(100);
but it does not stop the body completely, and
mBody.setActive(false);
it not freeze body fully.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是停下来:
如果你想让你的身体变得不动——让它静止:
Just to stop:
If you want your body to become immovable - make it static: