# MouseButtonTransition

マウスボタンが押されているかでステートを遷移する。

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

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Button
</td>
<td>
マウスボタンの指定。
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
遷移先ステート。<br />
            遷移メソッド : Update
</td>
</tr>
 </tbody>
</table>

