# BackToStartState

Back to the start state.

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

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Transition Timing
</td>
<td>
Transition timing.<dl class="docutils">
<dt>Late Update Overwrite</dt><dd>
            Reserve to make transition at LateUpdate. Overwrite if already reserved.
            </dd>
<dt>Immediate</dt><dd>
            Transit immediately. Processing is completed in the transition method.
            </dd>
<dt>Late Update Dont Overwrite</dt><dd>
            Reserve to make transition at LateUpdate. If it is already reserved, do not overwrite it.
            </dd>
</dl>
</td>
</tr>
 </tbody>
</table>

