Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos > API/Runtime/Chaos/Chaos/Collision
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Collision/ParticlePairMidPhase.h |
Include | #include "Chaos/Collision/ParticlePairMidPhase.h" |
Syntax
namespace Chaos
{
enum EParticlePairMidPhaseType
&123;
Generic,
ShapePair,
&125;
}
Values
Name | Description |
---|---|
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. |
Remarks
The type of the particle pair midphase.