# OnCollisionEnter2DDestroy

When OnCollisionEnter2D is called, it will destroy an opponent GameObject.

![OnCollisionEnter2DDestroy](./images/OnCollisionEnter2DDestroy.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>
 </tbody>
</table>

