Physics.IgnoreRaycastLayer

매뉴얼로 전환
public static int IgnoreRaycastLayer ;

설명

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.