Version: 2017.3

Physics2D.defaultContactOffset

매뉴얼로 전환
public static float defaultContactOffset ;

설명

The default contact offset of the newly created colliders.

Colliders whose distance is less than the sum of their contactOffset values will generate contacts. The contact offset must be positive. Contact offset allows the collision detection system to predictively enforce the contact constraint even when the objects are slightly separated.