UnityEngine.Physics2D.INTERNAL_CALL_CapsuleCastNonAlloc C# (CSharp) Method

INTERNAL_CALL_CapsuleCastNonAlloc() private method

private INTERNAL_CALL_CapsuleCastNonAlloc ( Vector2 &origin, Vector2 &size, CapsuleDirection2D capsuleDirection, float angle, Vector2 &direction, RaycastHit2D results, float distance, int layerMask, float minDepth, float maxDepth ) : int
origin Vector2
size Vector2
capsuleDirection CapsuleDirection2D
angle float
direction Vector2
results RaycastHit2D
distance float
layerMask int
minDepth float
maxDepth float
return int
        private static extern int INTERNAL_CALL_CapsuleCastNonAlloc(ref Vector2 origin, ref Vector2 size, CapsuleDirection2D capsuleDirection, float angle, ref Vector2 direction, RaycastHit2D[] results, float distance, int layerMask, float minDepth, float maxDepth);
        [MethodImpl(MethodImplOptions.InternalCall)]
Physics2D