CollisionDetection2D.ComputeOrientedBoundings Method

Computes the oriented bounding rect/box for all the entities in the groups (or update only the modified entities)
Protected Sub ComputeOrientedBoundings( _ 
ByVal worker As BackgroundWorker, _ 
ByVal doWorkEventArgs As DoWorkEventArgs
)
This language is not supported or no code example is available.
protected void ComputeOrientedBoundings( 
BackgroundWorker worker
DoWorkEventArgs doWorkEventArgs 
)
This language is not supported or no code example is available.

Parameters

worker
BackgroundWorker

The background worker thread

doWorkEventArgs
DoWorkEventArgs

DoWork event arguments

.NET Framework

Supported in: 4.8

In this article

Definition