Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


otherRigidbody

The other Rigidbody2D involved in the collision with the _rigidbody.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public Rigidbody2D otherRigidbody { get; }

Remarks

This may be null if the _otherCollider is not attached to a Rigidbody2D.
Additional Resources: Collider2D, Rigidbody2D