Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ContactPoint2D.otherRigidbody

public Rigidbody2D otherRigidbody;

Description

The other Rigidbody2D involved in the collision with the rigidbody.

This may be null if the Collision2D.otherCollider is not attached to a Rigidbody2D.

See Also: Collider2D and Rigidbody2D.