# AddForceRigidbody

We will apply a force to Rigidbody.

![AddForceRigidbody](./images/AddForceRigidbody.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Target
</td>
<td>
Rigidbody of interest.
</td>
</tr>
<tr>
<td>
Execute Method Flags
</td>
<td>
The method to execute
</td>
</tr>
<tr>
<td>
Direction Type
</td>
<td>
Direction type<dl class="docutils">
<dt>Vector</dt><dd>
            Vector
            </dd>
<dt>Euler Angle</dt><dd>
            Euler angle
            </dd>
</dl>
</td>
</tr>
<tr>
<td>
Direction
</td>
<td>
Direction. If DirectionType is EulerAngle, specify Euler angle.
</td>
</tr>
<tr>
<td>
Power
</td>
<td>
Force applied.
</td>
</tr>
<tr>
<td>
Force Mode
</td>
<td>
Option for how to apply a force.
</td>
</tr>
<tr>
<td>
Space
</td>
<td>
Space to apply force.
</td>
</tr>
 </tbody>
</table>

