AddForceRigidbody2D
We will apply a force to Rigidbody2D.
Properties
Property Name | Description |
---|---|
Target | Rigidbody2D of interest. |
Execute Method Flags | The method to execute
|
Direction Type | Direction type
|
Angle | Angle with reference to the upward direction. |
Direction | Direction. |
Power | Force applied. |
Force Mode | Option for how to apply a force. SeeForceMode2Dfor details. |
Space | Space to apply force. If Space.Self is specified,Rigidbody2D.AddRelativeForceis used. |