pub unsafe extern "C" fn PxShape_setMaterials_mut(
    self_: *mut PxShape,
    materials: *const *mut PxMaterial,
    materialCount: u16
)
Expand description

Assigns material(s) to the shape. Will remove existing materials from the shape.

Sleeping: Does NOT wake the associated actor up automatically.