返回介绍

ConstantForce2D 2D恒力

发布于 2019-12-18 15:37:37 字数 1672 浏览 858 评论 0 收藏 0

class in UnityEngine/Inherits from: PhysicsUpdateBehaviour2D

Description 描述

Applies both linear and angular (torque) forces continuously to the rigidbody each physics update.

在每次物理更新中不断应用于刚体的线性和角度(扭矩)的力。

This is equivalent of calling Rigidbody2D.AddForce, Rigidbody2D.AddRelativeForce and Rigidbody2D.AddTorque each physics update.

该属性等价于每次物理更新时调用Rigidbody2D.AddForce,Rigidbody2D.AddRelativeForce和Rigidbody2D.AddTorque。

See Also: Rigidbody2D.

Variables 变量

forceThe linear force applied to the rigidbody each physics update.
该线性力应用于每次物理更新时的刚体。
relativeForceThe linear force, relative to the rigid-body coordinate system, applied each physics update.
该线性力相对于刚体坐标系统应用于每次物理更新后。
torqueThe torque applied to the rigidbody each physics update.
扭矩应用于每次物理更新后的刚体。

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

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

发布评论

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