# UIToggleTransition

It will transition by the toggle.

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

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Toggle
</td>
<td>
Toggle to the judgment
</td>
</tr>
<tr>
<td>
Change Timing Transition
</td>
<td>
Whether toggle transitions with the changed timing.
</td>
</tr>
<tr>
<td>
On State
</td>
<td>
Transition destination when Toggle is On.<br />
            Transition Method : OnStateBegin, Toggle.onValueChanged
</td>
</tr>
<tr>
<td>
Off State
</td>
<td>
Transition destination when Toggle is Off.<br />
            Transition Method : OnStateBegin, Toggle.onValueChanged
</td>
</tr>
 </tbody>
</table>

