Click or drag to resize

CollisionTestOverlap Method

Test overlap between the two shapes.

Namespace: Internal.tainicom.Aether.Physics2D.Collision
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool TestOverlap(
	Shape shapeA,
	int indexA,
	Shape shapeB,
	int indexB,
	ref Transform xfA,
	ref Transform xfB
)

Parameters

shapeA  Shape
The first shape.
indexA  Int32
The index for the first shape.
shapeB  Shape
The second shape.
indexB  Int32
The index for the second shape.
xfA  Transform
The transform for the first shape.
xfB  Transform
The transform for the seconds shape.

Return Value

Boolean
See Also