Version: 2017.3
public ColliderDistance2D Distance (Collider2D collider);

Parámetros

collider A collider used to calculate the minimum separation against this collider.

Valor de retorno

ColliderDistance2D The minimum separation of collider and this collider.

Descripción

Calculates the minimum separation of this collider against another collider.

A valid collider must be provided for the ColliderDistance2D to be valid. If there are any problems with collider or this Collider2D such as they are disabled or do not contain any collision shapes then the separation will be invalid as indicated by ColliderDistance2D.isValid.

See Also: Physics2D.Distance and Rigidbody2D.Distance.