otherRigidbody
The other Rigidbody2D involved in the collision with the Collision2D.rigidbody.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
public Rigidbody2D otherRigidbody { get; }
Remarks
This may be null if the Collision2D.otherCollider is not attached to a Rigidbody2D.
Additional Resources: Collider2D and Rigidbody2D.