# AddVelocityRigidbody2D

It will add the velocity of Rigidbody2D.

![AddVelocityRigidbody2D](./images/AddVelocityRigidbody2D.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>
Rigidbody2D 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>
Angle
</td>
<td>
Angle with reference to the upward direction.
</td>
</tr>
<tr>
<td>
Direction
</td>
<td>
Direction.
</td>
</tr>
<tr>
<td>
Speed
</td>
<td>
Speed added.
</td>
</tr>
<tr>
<td>
Space
</td>
<td>
Space to add velocity.
</td>
</tr>
 </tbody>
</table>

