Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

Physics.IgnoreRaycastLayer

static var IgnoreRaycastLayer: int;
static int IgnoreRaycastLayer;
static IgnoreRaycastLayer as int

Description

Layer mask constant to select ignore raycast layer.

This can be used in the layermask field of Physics.Raycast and other methods to select the "ignore raycast" layer (which does not receive raycasts by default). See Also: Physics.AllLayers, Physics.DefaultRaycastLayers.