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

Go to the source code of this file.

Classes

class  MotionProperties
 The Body class only keeps track of state for static bodies, the MotionProperties class keeps the additional state needed for a moving Body. It has a 1-on-1 relationship with the body. More...
 

Enumerations

enum class  ECanSleep { CannotSleep = 0 , CanSleep = 1 }
 Enum that determines if an object can go to sleep. More...
 

Enumeration Type Documentation

◆ ECanSleep

enum class ECanSleep
strong

Enum that determines if an object can go to sleep.

Enumerator
CannotSleep 

Object cannot go to sleep.

CanSleep 

Object can go to sleep.