Expand description
Structs§
- Sleep
Threshold - A component for the maximum
LinearVelocity
andAngularVelocity
for a body to be allowed to beSleeping
. - Sleep
Timer - A component storing the time in seconds that a
RigidBody
has been resting with itsLinearVelocity
andAngularVelocity
below theSleepThreshold
. - Sleeping
- A marker component indicating that a
RigidBody
is sleeping and not simulated until woken up again. - Sleeping
Disabled - A marker component indicating that
Sleeping
is disabled for aRigidBody
. - Time
ToSleep - A resource that specifies the time in seconds that a
RigidBody
must rest with itsLinearVelocity
andAngularVelocity
below theSleepThreshold
before 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
.