# 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>
Angle
</td>
<td>
Angle with reference to the upward 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>

