pub type SleepingThreshold = SleepThreshold;👎Deprecated: Renamed to
SleepThresholdExpand description
Deprecated alias for SleepThreshold.
Aliased Type§
pub struct SleepingThreshold {
pub linear: f32,
pub angular: f32,
}Fields§
§linear: f32The maximum linear velocity for the body to be allowed to be Sleeping.
This is implicitly scaled by the PhysicsLengthUnit.
Default: 0.15
angular: f32The maximum angular velocity for the body to be allowed to be Sleeping.
Default: 0.15