# otherCollider

> The other Collider2D involved in the collision with the _collider.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public Collider2D otherCollider { get; }
```

### Remarks

This collider is attached to the [\_otherRigidbody](/engine/6000.7/script-reference/unityengine/collision2d/otherrigidbody.md).

Additional Resources: [Collider2D](/engine/6000.7/script-reference/unityengine/collider2d.md), [Rigidbody2D](/engine/6000.7/script-reference/unityengine/rigidbody2d.md)
