Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • 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

colliderThe collider attached to the object receiving the collision message.
normalSurface normal at the contact point.
otherColliderThe incoming collider involved in the collision at this contact point.
pointThe point of contact between the two colliders in world space.