enum PointForceMode
Type of force that can be applied to a rigidbody at an arbitrary point.
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). |