Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Physics.AllLayers

public static int AllLayers;

Description

Layer mask constant to select all layers.

This can be used in the layermask field of Physics.Raycast and other methods to select all layers.

Additional resources: Physics.DefaultRaycastLayers, Physics.IgnoreRaycastLayer.