CollisionItems Field

When CollisionDetection2D.ComputeIntersectionVolume is called, it is filled with the list of the intersection volumes found between the tuple CollidedEntities. When false it is filled only during collisionCheckType.Accurate checkMethod with the collision information found during the ordinary check.
Public CollisionItems As List(Of Entity)
This language is not supported or no code example is available.
public List<Entity> CollisionItems
This language is not supported or no code example is available.

Field Value

List<Entity>

.NET Framework

Supported in: 4.8

In this article

Definition