UnityEngine.Physics2D.INTERNAL_CALL_OverlapPointNonAlloc C# (CSharp) Method

INTERNAL_CALL_OverlapPointNonAlloc() private method

private INTERNAL_CALL_OverlapPointNonAlloc ( Vector2 &point, Collider2D results, int layerMask, float minDepth, float maxDepth ) : int
point Vector2
results Collider2D
layerMask int
minDepth float
maxDepth float
return int
        private static extern int INTERNAL_CALL_OverlapPointNonAlloc(ref Vector2 point, Collider2D[] results, int layerMask, float minDepth, float maxDepth);
        [MethodImpl(MethodImplOptions.InternalCall)]
Physics2D