# GoToTransition

It will transition to force the state.

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

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Transition Method
</td>
<td>
Method to call transition<dl class="docutils">
<dt>On State Begin</dt><dd>
            Transition from OnStateBegin method.
            </dd>
<dt>On State Update</dt><dd>
            Transition from OnStateUpdate method.
            </dd>
<dt>On State Late Update</dt><dd>
            Transition from OnStateLateUpdate method.
            </dd>
</dl>
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
Transition destination state.<br />
            Transition Method : Set by Transition Method field.
</td>
</tr>
 </tbody>
</table>

