CollisionResult Structure

The resulting collision information after a Collision check between two colliding leaves entities.
Public Structure CollisionResult
This language is not supported or no code example is available.
public struct CollisionResult
This language is not supported or no code example is available.
Fields
 
Name Description
Public field CollidedEntities contains the CollisionTupleItem information of both the colliding entities.
Public field CollisionItems 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.
Top

.NET Framework

Supported in: 4.8

In this article

Definition