Function RigidBody.friction
The body's friction, from 0 (frictionless) to 1 (max friction).
Deprecated, use PhysicsMaterial instead via physicsMaterialOverride.
double friction() nothrow @property @nogc;
void friction
(
double v
) nothrow @property @nogc;