Version: 2020.1
언어: 한국어

Physics2D.DefaultRaycastLayers

매뉴얼로 전환
public static int DefaultRaycastLayers ;

설명

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.