enum ForceMode
Type of force or torque that can be applied to a rigidbody.
Values
| Name | Value | Description |
|---|---|---|
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. |