返回介绍

SpringJoint 弹性关节

发布于 2019-12-18 15:38:33 字数 1952 浏览 827 评论 0 收藏 0

class in UnityEngine/Inherits from: Joint

Description 描述

The spring joint ties together 2 rigid bodies, spring forces will be automatically applied to keep the object at the given distance.

弹力关节连接两个刚体到一起,弹力将会被自动应用于对象去保持指定距离。

The Spring attempts to maintain the distance it has when it starts out. So if your joint's start at a rest position where the two rigidbodies are far apart, then the joint will attempt to maintain that distance. The minDistance and maxDistance properties add on top of this implicit distance.

当他开始时,该弹力尝试去保持距离。如果你的关节的开始在静止位置,那么关节将会尝试去维持该距离。minDistance和maxDistance属性添加这个隐含的距离。

Variables 变量

damperThe damper force used to dampen the spring force.
阻尼器力用于去阻碍弹力。
maxDistanceThe maximum distance between the bodies relative to their initial distance.
相对于他们主体之间的最初距离的最大距离。
minDistanceThe minimum distance between the bodies relative to their initial distance.
主体相对于他们最初距离的最小距离。
springThe spring force used to keep the two objects together.
该弹力用于保持两个对象在一起。
toleranceThe maximum allowed error between the current spring length and the length defined by minDistance and maxDistance.
当前弹性长度和通过定义的最大据悉和最小距离之间的长度之间允许的最小错误。

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

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

发布评论

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