# ButtonDownTransition

It will transition the state when the button is pressed.

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

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Button Name
</td>
<td>
The name of the button.
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
Transition destination state.<br />
            Transition Method : Update
</td>
</tr>
 </tbody>
</table>

