UnityEngine.Physics2D.INTERNAL_CALL_LinecastAll C# (CSharp) 메소드

INTERNAL_CALL_LinecastAll() 개인적인 메소드

private INTERNAL_CALL_LinecastAll ( Vector2 &start, Vector2 &end, int layerMask, float minDepth, float maxDepth ) : RaycastHit2D[]
start Vector2
end Vector2
layerMask int
minDepth float
maxDepth float
리턴 RaycastHit2D[]
        private static extern RaycastHit2D[] INTERNAL_CALL_LinecastAll(ref Vector2 start, ref Vector2 end, int layerMask, float minDepth, float maxDepth);
        [MethodImpl(MethodImplOptions.InternalCall)]
Physics2D