# TimeTransition

It will transition the state after the lapse of time.

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

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Time Type
</td>
<td>
Type of time.<dl class="docutils"><dt>Normal</dt><dd>
            Use time of current frame considering timeScale.
            </dd><dt>Unscaled</dt><dd>
            Use time of current frame without considering timeScale.
            </dd><dt>Realtime</dt><dd>
            Use realtime.
            </dd></dl>
</td>
</tr>
<tr>
<td>
Seconds
</td>
<td>
The number of seconds until the transition.
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
Transition destination state.
</td>
</tr>
 </tbody>
</table>

