CollisionDetection2D.PrepareDataForCollision Method

Computes the collision detection data needed during the check.
Public Sub PrepareDataForCollision( _ 
Optional ByVal worker As BackgroundWorker = null, _ 
Optional ByVal doWorkEventArgs As DoWorkEventArgs = null _ 
)
This language is not supported or no code example is available.
public void PrepareDataForCollision( 
BackgroundWorker worker = null, 
DoWorkEventArgs doWorkEventArgs = null 
)
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