# OnPointerClickTransition

It will transition the state when the OnPointerClick is called.

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

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Check Button
</td>
<td>
Whether to check the button.
</td>
</tr>
<tr>
<td>
Button
</td>
<td>
Button to check.
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
Transition destination state.
</td>
</tr>
 </tbody>
</table>

