ContactPoint
Describes a contact point where the collision occurs. Unity ContactPoint
Members
Properties
Name | Description |
---|---|
ContactPoint .normal | Normal of the contact point. |
ContactPoint .otherCollider | The other collider in contact at the point. |
ContactPoint .point | The point of contact. |
ContactPoint .separation | The distance between the colliders at the contact point. |
ContactPoint .thisCollider | The first collider in contact at the point. |