ForceMode.VelocityChange 速度变化

ForceMode.VelocityChange

Description描述

Add an instant velocity change to the rigidbody, ignoring its mass.

添加一个瞬间速度变化给刚体,忽略它的质量。

Apply the velocity change instantly with a single function call. In contrast to ForceMode.Impulse, VelocityChange will change the velocity of every rigidbody the same way regardless of differences in mass. This mode is useful for something like a fleet of differently-sized space ships that you want to control without accounting for differences in mass. In this mode, the unit of the force parameter is applied to the rigidbody as distance/time.

应用瞬间速度变化带有一个简单的函数调用。和ForceMode.Impulse相反。VelocityChange将改变每个刚体的速度,以相同的方法,无论质量差异。这种模式用于一些像不同大小的太空飞船舰队,你想控制不计算不同的质量。在这种模式,力的单位参数被应用于刚体作为distance/time。

最后修改:2011年5月9日 Monday 16:17

本脚本参考基于Unity 3.4.1f5

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