Version: 2017.1
public float separation ;

설명

Gets the distance between the colliders at the contact point.

Unity's physics engine tracks the distances between all potentially overlapping colliders. Once a given collider pair has overlapped (collided), contacts are immediately generated and an OnCollisionEnter2D event is sent. While the collider pair is still active, the distance between the colliders can be greater than zero, equal to zero, or even less than zero when the colliders are still apart, touching, or overlapping respectively.