Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionProximityUtility.h |
| Include | #include "GeometryCollection/GeometryCollectionProximityUtility.h" |
Syntax
enum EConnectionContactMethod
{
None,
ConvexHullContactArea,
}
Values
| Name | Description |
|---|---|
| None | Do not compute contact areas. |
| ConvexHullContactArea | Define contact based on the surface area of the intersection of the convex hulls, allowing for optional offset. |
Remarks
How contact is computed on the connection graph.