Version: 2017.1

Physics2D.DefaultRaycastLayers

Cambiar al Manual
public static int DefaultRaycastLayers ;

Descripción

Layer mask constant that includes all layers participating in raycasts by default.

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

See Also: Raycast, IgnoreRaycastLayer, AllLayers.