PxMaterial_setRestitutionCombineMode_mut

Function PxMaterial_setRestitutionCombineMode_mut 

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

Sets the restitution combine mode.

See the enum ::PxCombineMode .

Default: PxCombineMode::eAVERAGE

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