# AnyKeyTransition

It will transition the state on whether any key is pressed.

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

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Check On
</td>
<td>
Whether to judge the pressed state or not.<br />
            When unchecked, it transits when there is no input.
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
Transition destination state.
</td>
</tr>
 </tbody>
</table>

