# AddVelocityRigidbody

It will add the velocity of Rigidbody.

![AddVelocityRigidbody](./images/AddVelocityRigidbody.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>
Angle
</td>
<td>
Angle of each axis with reference to the front 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>

