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

Script language

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

ContactPoint2D

struct in UnityEngine

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Details about a specific point of contact involved in a 2D physics collision.

See Also: Collision2D class.

Variables

colliderThe incoming Collider2D involved in the collision with the otherCollider.
enabledIndicates whether the collision response or reaction is enabled or disabled.
normalSurface normal at the contact point.
normalImpulseGets the impulse force applied at the contact point along the ContactPoint2D.normal.
otherColliderThe other Collider2D involved in the collision with the collider.
otherRigidbodyThe other Rigidbody2D involved in the collision with the rigidbody.
pointThe point of contact between the two colliders in world space.
relativeVelocityGets the relative velocity of the two colliders at the contact point (Read Only).
rigidbodyThe incoming Rigidbody2D involved in the collision with the otherRigidbody.
separationGets the distance between the colliders at the contact point.
tangentImpulseGets the impulse force applied at the contact point which is perpendicular to the ContactPoint2D.normal.

Did you find this page useful? Please give it a rating: