pub unsafe extern "C" fn PxMaterial_setFlag_mut(
self_: *mut PxMaterial,
flag: PxMaterialFlag,
b: bool,
)Expand description
Raises or clears a particular material flag.
See the list of flags PxMaterialFlag
Default: eIMPROVED_PATCH_FRICTION
Sleeping: Does NOT wake any actors which may be affected.