pub unsafe extern "C" fn PxRevoluteJoint_setDriveForceLimit_mut(
    self_: *mut PxRevoluteJoint,
    limit: f32
)
Expand description

sets the maximum torque the drive can exert.

The value set here may be used either as an impulse limit or a force limit, depending on the flag PxConstraintFlag::eDRIVE_LIMITS_ARE_FORCES

Range: [0, PX_MAX_F32) Default: PX_MAX_F32