CollisionDetection2D.OrientedBoundingBoxCollision Method

Check collision among oriented bounding boxes of the entities groups
Protected Overridable Function OrientedBoundingBoxCollision( _ 
ByVal worker As BackgroundWorker, _ 
ByVal doWorkEventArgs As DoWorkEventArgs
) As Boolean
This language is not supported or no code example is available.
protected virtual bool OrientedBoundingBoxCollision( 
BackgroundWorker worker
DoWorkEventArgs doWorkEventArgs 
)
This language is not supported or no code example is available.

Parameters

worker
BackgroundWorker

doWorkEventArgs
DoWorkEventArgs

Return Value

bool

True if at least two OBB intersects each other, false otherwise

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition