enum ForceMode

Type of force or torque that can be applied to a rigidbody.

Values

NameValueDescription
Force 0 Value applied is a force.
Impulse 1 Value applied is an impulse (a direct change in its linear or angular momentum).
Velocity 2 Value applied is velocity.
Acceleration 3 Value applied is accelearation.