# AddVelocityRigidbody2D

It will add the velocity of Rigidbody2D.

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

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Target
</td>
<td>
Rigidbody2D of interest.<br />
            If Type is Constant and nothing is specified, Rigidbody2D of GameObject to which ArborFSM is assigned.
</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>

