# Wait

Wait for the passage of time

![Wait](./images/Wait.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>
Number of seconds to wait
</td>
</tr>
 </tbody>
</table>

