pub unsafe extern "C" fn PxMaterial_setStaticFriction_mut(
    self_: *mut PxMaterial,
    coef: f32
)
Expand description

Sets the coefficient of static friction

The coefficient of static friction should be in the range [0, PX_MAX_F32)

Sleeping: Does NOT wake any actors which may be affected.