Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
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.