ForceMode 力模式
Enumeration
Option for how to apply a force using Rigidbody.AddForce.
使用Rigidbody.AddForce怎样应用力的选项。
Values值
-
Add a continuous force to the rigidbody, using its mass.
添加一个可持续力到刚体,使用它的质量。 -
Add a continuous acceleration to the rigidbody, ignoring its mass.
添加一个可持续加速度到刚体,忽略它的质量。 -
Add an instant force impulse to the rigidbody, using its mass.
添加一个瞬间冲击力到刚体,使用它的质量。 -
Add an instant velocity change to the rigidbody, ignoring its mass.
添加一个瞬间速度变化给刚体,忽略它的质量。
最后修改:2011年5月9日 Monday 17:31