# Rect.Overlaps

矩形同士が重なっているかどうか。

![Rect.Overlaps](./images/RectOverlapsCalculator.png)

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Rect
</td>
<td>
Rect
</td>
</tr>
<tr>
<td>
Other
</td>
<td>
重なっているか確認するRect
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
結果出力
</td>
</tr>
 </tbody>
</table>

