Navigation
API > API/Runtime > API/Runtime/Chaos
| |
|
| Name |
EPhysicsProxyType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsProxyBase.h |
| Include Path |
#include "Chaos/Framework/PhysicsProxyBase.h" |
Syntax
enum EPhysicsProxyType
{
NoneType = 0,
StaticMeshType = 1,
GeometryCollectionType = 2,
FieldType = 3,
SkeletalMeshType = 4,
JointConstraintType = 8,
SuspensionConstraintType = 9,
CharacterGroundConstraintType = 10,
SingleParticleProxy,
ClusterUnionProxy,
Count,
}
Values
| Name |
Remarks |
| NoneType |
|
| StaticMeshType |
|
| GeometryCollectionType |
|
| FieldType |
|
| SkeletalMeshType |
|
| JointConstraintType |
|
| SuspensionConstraintType |
|
| CharacterGroundConstraintType |
|
| SingleParticleProxy |
|
| ClusterUnionProxy |
|
| Count |
|