Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


rigidbody

The incoming Rigidbody2D involved in the collision with the ContactPoint2D.otherRigidbody.
Read time 1 minuteLast updated 10 days ago

Definition

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

Remarks

This may be null if the Collision2D.collider is not attached to a Rigidbody2D.
Additional Resources: Collider2D and Rigidbody2D.