Physics2D.IgnoreLayerCollision

매뉴얼로 전환
public static void IgnoreLayerCollision (int layer1, int layer2, bool ignore);

파라미터

layer1ID of the first layer.
layer2ID of the second layer.
ignoreShould collisions between these layers be ignored?

설명

Choose whether to detect or ignore collisions between a specified pair of layers.