# Collider.AttachedRigidbody

Output Rigidbody attached to Collider.

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

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Collider
</td>
<td>
Collider
</td>
</tr>
<tr>
<td>
Attached Rigidbody
</td>
<td>
Result output<br />
            Returns null if the collider is attached to no rigidbody.
</td>
</tr>
 </tbody>
</table>

