# TimeTransition

It will transition the state after the lapse of time.

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

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<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.<br />
            Transition Method : OnStateUpdate
</td>
</tr>
 </tbody>
</table>

