Version: 5.3

Physics2D.GetIgnoreLayerCollision

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

파라미터

layer1 ID of first layer.
layer2 ID of second layer.

설명

Should collisions between the specified layers be ignored?

See Also: ::IgnoreLayerCollision.