Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

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

ContactPoint2D

Description

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

See Also: Collision2D class.

Variables

collider The collider attached to the object receiving the collision message.
normal Surface normal at the contact point.
otherCollider The incoming collider involved in the collision at this contact point.
point The point of contact between the two colliders in world space.