Version: 5.4

Physics.DefaultRaycastLayers

매뉴얼로 전환
public static int DefaultRaycastLayers ;

설명

Layer mask constant to select default raycast layers.

This can be used in the layermask field of Physics.Raycast and other methods to select the default raycast layers. The default layers are all layers execpt for the ignore raycast layer. See Also: Physics.AllLayers, Physics.IgnoreRaycastLayer.