# OnControllerColliderHitTransition

It will transition the state when the OnControllerColliderHit is called.

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

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Is Check Tag
</td>
<td>
Whether to check the tag.
</td>
</tr>
<tr>
<td>
Tag
</td>
<td>
Tag to be checked.
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
Transition destination state.
</td>
</tr>
 </tbody>
</table>

