返回介绍

HingeJoint 铰链关节

发布于 2019-12-18 15:37:51 字数 2488 浏览 916 评论 0 收藏 0

class in UnityEngine/Inherits from: Joint

Description 描述

The HingeJoint groups together 2 rigid bodies, constraining them to move like connected by a hinge.

铰链关节由2个刚体一起组成,像是通过铰链连接约束它们移动。

This joint is great for, well, doors, but can also be used to model chains, etc…

该关节很适合用于井,门,但也可以用于模型链,等等。

The HingeJoint has a motor which can be used to make the hinge spin around the joints axis. A spring which attempts to reach for a target angle by spinning around the joints axis. And a limit which constrains the joint angle.

铰链关节有一个马达用于使铰链围绕关节的轴旋转。通过围绕关节轴旋转尝试到达指定角度。并且具有约束关节角度的限制。

Variables 变量

angleThe current angle in degrees of the joint relative to its rest position. (Read Only)
当前角度指该关节相对于它静止位置的度数。(只读)
limitsLimit of angular rotation (in degrees) on the hinge joint.
在铰链关节中角度旋转的限制(单位度)。
motorThe motor will apply a force up to a maximum force to achieve the target velocity in degrees per second.
该马达将会施加一个最大的力达到目标速度(单位:度/秒)。
springThe spring attempts to reach a target angle by adding spring and damping forces.
该弹力通过增加弹力和阻碍力尝试达到指定角度。
useLimitsEnables the joint's limits. Disabled by default.
启用关节限制。默认是禁用。
useMotorEnables the joint's motor. Disabled by default.
启用关节马达。默认是禁用。
useSpringEnables the joint's spring. Disabled by default.
启用该关节弹力。默认是禁用。
velocityThe angular velocity of the joint in degrees per second.
关节的角速度(单位:度/秒)。

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

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

发布评论

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