返回介绍

Rigidbody2D.AddForce 添加力

发布于 2019-12-18 15:38:29 字数 1961 浏览 1446 评论 0 收藏 0

JavaScript => AddForce(force: Vector2, mode: ForceMode2D = ForceMode2D.Force): void;
C# => void AddForce(Vector2 force, ForceMode2D mode = ForceMode2D.Force);

Parameters 参数

forceComponents of the force in the X and Y axes.
在X和Y轴的力的组件。
modeThe method used to apply the specified force.
该方法用于应用指定的力。

Description 描述

Apply a force to the rigidbody.

应用一个力到刚体。

The force is specified as two separate components in the X and Y directions (there is no Z direction in 2D physics). The object will be accelerated by the force according to the law force = mass x acceleration - the larger the mass, the greater the force required to accelerate to a given speed.

该力在X和Y方向作为两个单独的组件被指定(二维物理没有Z轴)。该对象被加速通过力公式 力 = 质量 x 速度,较大的质量,更大的力需要加速到给定的速度。

See Also: AddForceAtPosition, AddTorque, mass, velocity, AddForce, ForceMode2D.

Rigidbody2D

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

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

发布评论

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