Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Physics2D.DefaultRaycastLayers

public static int DefaultRaycastLayers;

Description

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.