Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
BodyType.h File Reference

Go to the source code of this file.

Enumerations

enum class  EBodyType : uint8 { RigidBody , SoftBody }
 Type of body. More...
 

Enumeration Type Documentation

◆ EBodyType

enum class EBodyType : uint8
strong

Type of body.

Enumerator
RigidBody 

Rigid body consisting of a rigid shape.

SoftBody 

Soft body consisting of a deformable shape.