Physics2D.GetIgnoreLayerCollision

切换到手册
public static bool GetIgnoreLayerCollision (int layer1, int layer2);

参数

layer1第一个层的 ID。
layer2第二个层的 ID。

返回

bool 是否忽略指定层之间的碰撞。

描述

检查是否忽略指定层之间的碰撞。

另请参阅:IgnoreLayerCollision