UnityEditor.Physics2DSettingsInspector.GetValue C# (CSharp) 메소드

GetValue() 개인적인 정적인 메소드

private static GetValue ( int layerA, int layerB ) : bool
layerA int
layerB int
리턴 bool
        private static bool GetValue(int layerA, int layerB)
        {
            return !Physics2D.GetIgnoreLayerCollision(layerA, layerB);
        }