返回介绍

Physics.IgnoreLayerCollision 忽略层碰撞

发布于 2019-12-18 15:38:16 字数 1313 浏览 1637 评论 0 收藏 0

JavaScript => public static function IgnoreLayerCollision(layer1: int, layer2: int, ignore: bool = true): void;
C# => public static void IgnoreLayerCollision(int layer1, int layer2, bool ignore = true);

Description 描述

Makes the collision detection system ignore all collisions between any collider in layer1 and any collider in layer2.

使碰撞检测系统忽略layer1和layer2中的任意碰撞器的所有碰撞。

Note that IgnoreLayerCollision will reset the trigger state of affected colliders, so you might receive OnTriggerExit and OnTriggerEnter messages in response to calling this.

注意,IgnoreLayerCollision将重置受影响碰撞器的触发状态,因此你可能收到OnTriggerExit和OnTriggerEnter的响应消息。

You can set the default values for your project for any layer combinations in the Physics inspector. See Also: Physics.GetIgnoreLayerCollision,Physics.IgnoreCollision.

你可以在物理检视面板为项目设置任意层组合的碰撞。

Physics

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

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

发布评论

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