iPhone&& Chipmunk-如何同步两个形状
我的精灵之一由两种形状组成。如何同步两个形状,即形状一起移动,它们之间的距离、角度等保持不变?
非常感谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我的精灵之一由两种形状组成。如何同步两个形状,即形状一起移动,它们之间的距离、角度等保持不变?
非常感谢。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
来自 Chipmunk 文档:
From the Chipmunk documentation:
同步它们是什么意思?您可以相对于它们所附着的身体来定义它们,Chipmunk 会自动为您同步它们。你不必做任何事,即使出于某种原因你想做也做不到。如果您需要的话,它甚至不提供手动同步它们的 API。
What do you mean by sync them? You define them relative to the body that they are attached to, Chipmunk syncs them for you automatically. You don't have to do anything, and you couldn't even if you wanted to for some reason. It doesn't even provide you the API to sync them manually if you wanted it.