# CalculatorTransition

演算結果によって遷移する。

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

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Trigger Flags
</td>
<td>
判定するコールバックを指定する。
</td>
</tr>
<tr>
<td>
Condition List
</td>
<td>
判定条件を設定する。
            <ul><li>＋ボタン 条件を追加。</li></ul>
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
遷移先ステート。<br />
            遷移メソッド : OnStateBegin
</td>
</tr>
 </tbody>
</table>


## 補足

複数のConditionを設定した場合は、すべての比較結果が真になったときのみ遷移する。

