Version: 2022.2
public float GetSeparation (int i);

参数

i Index of the contact point.

返回

float The separation at a contact point.

描述

Get the separation value at a particular contact point in this contact pair.

Separation shows the distance between the colliders at this contact point. Negative means the colliders overlap each other. Positive means the colliders are still separated.

Note that the physics engine starts generating contact pairs when the distance between is lower than the sum of their respective Collider.contactOffset.