Physics2D.GetIgnoreCollision

매뉴얼로 전환
public static bool GetIgnoreCollision (Collider2D collider1, Collider2D collider2);

파라미터

collider1The first collider to compare to collider2.
collider2The second collider to compare to collider1.

반환

bool Whether the collision detection system will ignore all collisions/triggers between collider1 and collider2 or not.

설명

Checks whether the collision detection system will ignore all collisions/triggers between collider1 and collider2 or not.