pub fn chain_set_surface_material(
world: &mut World,
chain_id: ChainId,
material: SurfaceMaterial,
material_index: usize,
)Expand description
Set a chain surface material, propagating it to the affected segment shape(s). (b2Chain_SetSurfaceMaterial)