返回介绍

JointLimits.bounciness 反弹力

发布于 2019-12-18 15:37:54 字数 798 浏览 1154 评论 0 收藏 0

JavaScript => public var bounciness: float;
C# => public float bounciness;

Description 描述

Determines the size of the bounce when the joint hits it's limit. Also known as restitution.

当关节触及它的限制条件时确定反弹力大小。也称为返还力。

The size of the new velocity after the bounce will be determined as: newVelocity = currentVelocity * bounciness.

在反弹后确定新的速度的大小:新速度=当前速度x反弹力。

When opening an old project using the deprecated maxBounce and minBounce the new bounciness will be chosen as the maximum maxBounce and minBounce.

当打开旧的工程文件时使用弃用的maxBounce和minBounce,那么新的bounciness将会被选择为最大的maxBounce 和minBounce。

jointlimits

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

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

发布评论

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