# TransformTranslate

Moves the transform.

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

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Transform
</td>
<td>
Transform to move.<br />
            If Type is Constant and nothing is specified, ArborFSM is the Transform of the attached GameObject.
</td>
</tr>
<tr>
<td>
Space
</td>
<td>
Coordinate space of position
</td>
</tr>
<tr>
<td>
Update Method Type
</td>
<td>
Type of update method<dl class="docutils"><dt>Update</dt><dd>
            Update method
            </dd><dt>State Update</dt><dd>
            OnStateUpdate method
            </dd></dl>
</td>
</tr>
<tr>
<td>
Velocity
</td>
<td>
Moving Speed
</td>
</tr>
 </tbody>
</table>

