Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime
| |
|
| Name |
EChaosVDMidPhaseType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDCollisionDataWrappers.h |
| Include Path |
#include "DataWrappers/ChaosVDCollisionDataWrappers.h" |
Syntax
enum EChaosVDMidPhaseType
{
Generic,
ShapePair,
SphereApproximation,
Unknown,
}
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. |
| Unknown |
|