# Collider.AttachedRigidbody

ColliderにアタッチされているRigidbodyを出力する。

![Collider.AttachedRigidbody](./images/ColliderAttachedRigidbodyCalculator.png)

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Collider
</td>
<td>
Collider
</td>
</tr>
<tr>
<td>
Attached Rigidbody
</td>
<td>
結果出力。<br />
            ColliderがRigidbodyをアタッチしていない場合、null を返します。
</td>
</tr>
 </tbody>
</table>

