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

<default>

doWorkEventArgs
DoWorkEventArgs

<default>

Return Value

bool

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

.NET Framework

Supported in: 4.8

In this article

Definition