Loading [MathJax]/jax/output/HTML-CSS/config.js
Jolt Physics
A multi core friendly Game Physics Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MotionType.h File Reference

Go to the source code of this file.

Enumerations

enum class  EMotionType : uint8 { Static , Kinematic , Dynamic }
 Motion type of a physics body. More...
 

Enumeration Type Documentation

◆ EMotionType

enum class EMotionType : uint8
strong

Motion type of a physics body.

Enumerator
Static 

Non movable.

Kinematic 

Movable using velocities only, does not respond to forces.

Dynamic 

Responds to forces as a normal physics object.