UnityEngine.Physics2D.INTERNAL_CALL_OverlapPointAll C# (CSharp) Метод

INTERNAL_CALL_OverlapPointAll() приватный Метод

private INTERNAL_CALL_OverlapPointAll ( Vector2 &point, int layerMask, float minDepth, float maxDepth ) : Collider2D[]
point Vector2
layerMask int
minDepth float
maxDepth float
Результат Collider2D[]
        private static extern Collider2D[] INTERNAL_CALL_OverlapPointAll(ref Vector2 point, int layerMask, float minDepth, float maxDepth);
        [MethodImpl(MethodImplOptions.InternalCall)]
Physics2D