This version of Unity is unsupported.

Physics2D.IgnoreRaycastLayer

public static int IgnoreRaycastLayer;

Description

Layer mask constant for the default layer that ignores raycasts.

The value of the mask is the bitwise complement of the DefaultRaycastLayers mask.

See Also: Raycast, DefaultRaycastLayers, AllLayers.