Expand description
Structs§
- Sleep
Threshold  - A component for the maximum 
LinearVelocityandAngularVelocityfor a body to be allowed to beSleeping. - Sleep
Timer  - A component storing the time in seconds that a 
RigidBodyhas been resting with itsLinearVelocityandAngularVelocitybelow theSleepThreshold. - Sleeping
 - A marker component indicating that a 
RigidBodyis sleeping and not simulated until woken up again. - Sleeping
Disabled  - A marker component indicating that 
Sleepingis disabled for aRigidBody. - Time
ToSleep  - A resource that specifies the time in seconds that a 
RigidBodymust rest with itsLinearVelocityandAngularVelocitybelow theSleepThresholdbefore it is allowed to beSleeping. 
Type Aliases§
- Deactivation
Time Deprecated  - Deprecated alias for 
TimeToSleep. - Sleeping
Threshold Deprecated  - Deprecated alias for 
SleepThreshold. - Time
Sleeping Deprecated  - Deprecated alias for 
SleepTimer.