Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsProxyBase.h |
Include |
#include "Chaos/Framework/PhysicsProxyBase.h" |
enum EPhysicsProxyType
{
NoneType = 0,
StaticMeshType = 1,
GeometryCollectionType = 2,
FieldType = 3,
SkeletalMeshType = 4,
JointConstraintType = 8,
SuspensionConstraintType = 9,
SingleParticleProxy,
Count,
}
Name |
Description |
---|---|
NoneType |
|
StaticMeshType |
|
GeometryCollectionType |
|
FieldType |
|
SkeletalMeshType |
|
JointConstraintType |
|
SuspensionConstraintType |
|
SingleParticleProxy |
|
Count |