返回介绍

MeshCollider.convex 凸碰撞器

发布于 2019-12-18 15:38:02 字数 758 浏览 1485 评论 0 收藏 0

JavaScript => public var convex: bool;
C# => public bool convex;

Description 描述

Use a convex collider from the mesh.

对这个网格使用凸碰撞器。

This means that if you have this set to true, your mesh collider wont have holes or entrances. Convex meshes can collide with other convex colliders and non-convex meshes. Thus convex mesh colliders are suitable on rigidibodies, if you really need more detailed colliders than what the primitive colliders provide you with.

这个意思是,如果你已经设置这个属性为true,你的网格碰撞不会有洞或者缺口。凸碰撞机可以与其他的凸碰撞机以及非凸碰撞发生碰撞。因此凸碰撞适合于刚体,如果你真的需要比原始碰撞器更复杂的碰撞器,使用这个。

MeshCollider

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文