Go to the source code of this file.
|
| enum class | Chaos::ECollisionUpdateType { Chaos::Any
, Chaos::Deepest
} |
| |
| enum class | Chaos::ECollisionModifierResult { Chaos::Unchanged
, Chaos::Modified
, Chaos::Disabled
} |
| |
| enum class | Chaos::EContactShapesType : int8 {
Chaos::Unknown
, Chaos::SphereSphere
, Chaos::SphereCapsule
, Chaos::SphereBox
,
Chaos::SphereConvex
, Chaos::SphereTriMesh
, Chaos::SphereHeightField
, Chaos::SpherePlane
,
Chaos::CapsuleCapsule
, Chaos::CapsuleBox
, Chaos::CapsuleConvex
, Chaos::CapsuleTriMesh
,
Chaos::CapsuleHeightField
, Chaos::BoxBox
, Chaos::BoxConvex
, Chaos::BoxTriMesh
,
Chaos::BoxHeightField
, Chaos::BoxPlane
, Chaos::ConvexConvex
, Chaos::ConvexTriMesh
,
Chaos::ConvexHeightField
, Chaos::GenericConvexConvex
, Chaos::LevelSetLevelSet
, Chaos::NumShapesTypes
} |
| |
| enum class | Chaos::EOneWayInteractionPairCollisionMode { Chaos::IgnoreCollision
, Chaos::NormalCollision
, Chaos::SphereCollision
} |
| |
◆ CHAOS_COLLISION_OBJECTPOOL_ENABLED
| #define CHAOS_COLLISION_OBJECTPOOL_ENABLED 1 |
◆ CHAOS_MIDPHASE_OBJECTPOOL_ENABLED
| #define CHAOS_MIDPHASE_OBJECTPOOL_ENABLED 0 |