Skip to content

API > ContactPoint


ContactPoint⚓︎

Describes a contact point where the collision occurs. Unity ContactPoint

Members⚓︎

Properties⚓︎

Name Description
ContactPoint.normalProperty Normal of the contact point.
ContactPoint.otherColliderProperty The other collider in contact at the point.
ContactPoint.pointProperty The point of contact.
ContactPoint.separationProperty The distance between the colliders at the contact point.
ContactPoint.thisColliderProperty The first collider in contact at the point.