CollisionDetection2D.ComputeIntersectionVolume Method

Performs extra computation to find the intersection volumes of each Colliding Entities tuple. The CollisionResult.CollisionItems is filled with the list of the intersection volumes found.
Public Overridable Function ComputeIntersectionVolume() As String
This language is not supported or no code example is available.
public virtual string ComputeIntersectionVolume()
This language is not supported or no code example is available.

Return Value

string

The log of the single operation.

Remarks
 
When the complex volumes computation fails, an easier accessible intersectionVolumeType data is returned anyway if available.

.NET Framework

Supported in: 4.8

In this article

Definition