Navigation
API > API/Runtime > API/Runtime/Chaos
The type of the particle pair midphase.
| Name | Chaos::EParticlePairMidPhaseType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Collision/ParticlePairMidPhase.h |
| Include Path | #include "Chaos/Collision/ParticlePairMidPhase.h" |
Syntax
namespace Chaos
{
enum EParticlePairMidPhaseType
{
Generic,
ShapePair,
SphereApproximation,
}
}
Values
| Name | Remarks |
|---|---|
| Generic | A general purpose midphase that handle BVHs, Meshes, Unions of Unions, etc in the geometry hierarchy. |
| ShapePair | A midphase optimized for particle pairs with a small number of shapes. |
| SphereApproximation | A midphase used to collide particles as sphere approximations. |