Corona SDK 中带有自定义形状的Physics.addBody()
Physics.addBody() 是否仅适用于圆形和矩形?或者是否可以在矢量形状或精灵上或使用遮罩或其他东西进行 physicals.addBody()
?
Does the physics.addBody()
only work with Circles and Rectangles? Or is it possible to physics.addBody()
on vector shapes or sprites or with masks or something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以使用精灵和形状,请参阅此处。
形状必须是凸面且少于 8 条边。
It is possible to do with sprites and shapes, see here.
the shapes must be convex and consists of less than 8 sides.