Function RigidBody2D.physicsMaterialOverride
The physics material override for the body. If a material is assigned to this property, it will be used instead of any other physics material, such as an inherited one.
PhysicsMaterial physicsMaterialOverride() nothrow @property @nogc;
void physicsMaterialOverride
(
PhysicsMaterial v
) nothrow @property @nogc;