Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollisionResolutionTypes.h |
Include | #include "Chaos/CollisionResolutionTypes.h" |
Syntax
namespace Chaos
{
enum EContactShapesType
&123;
Unknown,
SphereSphere,
SphereCapsule,
SphereBox,
SphereConvex,
SphereTriMesh,
SphereHeightField,
SpherePlane,
CapsuleCapsule,
CapsuleBox,
CapsuleConvex,
CapsuleTriMesh,
CapsuleHeightField,
BoxBox,
BoxConvex,
BoxTriMesh,
BoxHeightField,
BoxPlane,
ConvexConvex,
ConvexTriMesh,
ConvexHeightField,
GenericConvexConvex,
LevelSetLevelSet,
NumShapesTypes,
&125;
}
Values
Name | Description |
---|---|
Unknown | |
SphereSphere | |
SphereCapsule | |
SphereBox | |
SphereConvex | |
SphereTriMesh | |
SphereHeightField | |
SpherePlane | |
CapsuleCapsule | |
CapsuleBox | |
CapsuleConvex | |
CapsuleTriMesh | |
CapsuleHeightField | |
BoxBox | |
BoxConvex | |
BoxTriMesh | |
BoxHeightField | |
BoxPlane | |
ConvexConvex | |
ConvexTriMesh | |
ConvexHeightField | |
GenericConvexConvex | |
LevelSetLevelSet | |
NumShapesTypes |
Remarks
The shape types involved in a contact constraint. Used to look up the collision detection function