Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection
References
| |
|
| Module |
Chaos |
| Header |
/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexUtility.h |
| Include |
#include "GeometryCollection/GeometryCollectionConvexUtility.h" |
Syntax
enum EAllowConvexMergeMethod
{
ByProximity,
Any,
}
Values
| Name |
Description |
| ByProximity |
Only allow merging convex hulls that are in proximity. |
| Any |
Allow any pair of convex hulls to merge. |