ConstantForce 恒力

Inherits from Behaviour

A force applied constantly.

持续不断的应用一个力。

This is a small physics utility class used to apply a continous force to an object.

这个是一个小的物理工具类,用于应用一个恒力给物体。

Rigidbody.AddForce applies a force to the Rigidbody only for one frame, thus you have to keep calling the function. ConstantForce on the other hand will apply the force every frame until you change the force or torque to a new value.

Rigidbody.AddForce只在一帧中应用一个力给Rigidbody,因此你必须持续地调用这个函数。 另一方面ConstantForce将在每一帧中应用这个力,直到你改变这个力或力矩到一个新的值。

参考: Rigidbody

Variables变量

Inherited members继承成员

Inherited Variables继承变量

Inherited Functions继承函数

Inherited Class Functions继承类函数

最后修改:2011年1月15日 Saturday 16:16

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。