Подробная информация о конкретной точке контакта, участвующей в 2D физическом столкновении.
See Also: класс Collision2D.
| collider | The incoming Collider2D involved in the collision with the otherCollider. |
| enabled | Indicates whether the collision response or reaction is enabled or disabled. |
| normal | Нормаль к поверхности в точке контакта. |
| normalImpulse | Gets the impulse force applied at the contact point along the ContactPoint2D.normal. |
| otherCollider | The other Collider2D involved in the collision with the collider. |
| otherRigidbody | The other Rigidbody2D involved in the collision with the rigidbody. |
| point | Точка контакта двух коллайдеров в мировых координатах. |
| relativeVelocity | Gets the relative velocity of the two colliders at the contact point (Read Only). |
| rigidbody | The incoming Rigidbody2D involved in the collision with the otherRigidbody. |
| separation | Gets the distance between the colliders at the contact point. |
| tangentImpulse | Gets the impulse force applied at the contact point which is perpendicular to the ContactPoint2D.normal. |