# ParameterTransition

It determines the value of Parameter and makes a transition.

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

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Condition List
</td>
<td>
Set the judgment condition.
            <ul><li>+ Button Add condition.</li></ul>
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
Transition destination state.<br />
            Transition Method : OnStateBegin, Parameter.onChanged
</td>
</tr>
 </tbody>
</table>


## Remarks

When more than one Condition is set, it transits only when all comparison results become true.

