pub unsafe extern "C" fn PxPhysics_createMaterial_mut(
    self_: *mut PxPhysics,
    staticFriction: f32,
    dynamicFriction: f32,
    restitution: f32
) -> *mut PxMaterial
Expand description

Creates a new rigid body material with certain default properties.

The new rigid body material.