pub unsafe extern "C" fn PxShape_getNbMaterials(
self_: *const PxShape,
) -> u16Expand description
Returns the number of materials assigned to the shape.
You can use getMaterials to retrieve the material pointers.
Number of materials associated with this shape.