# SetVelocityRigidbody

Set the velocity of Rigidbody.

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

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Target
</td>
<td>
Rigidbody of interest.<br />
            If Type is Constant and nothing is specified, Rigidbody of GameObject to which ArborFSM is assigned.
</td>
</tr>
<tr>
<td>
Angle
</td>
<td>
Angle of each axis with reference to the front direction.
</td>
</tr>
<tr>
<td>
Speed
</td>
<td>
Movement speed.
</td>
</tr>
<tr>
<td>
Space
</td>
<td>
Space to set velocity.
</td>
</tr>
 </tbody>
</table>

