pub unsafe extern "C" fn PxMaterial_setFrictionCombineMode_mut(
    self_: *mut PxMaterial,
    combMode: PxCombineMode
)
Expand description

Sets the friction combine mode.

See the enum ::PxCombineMode .

Default: PxCombineMode::eAVERAGE

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