Function PhysicsMaterial.friction

The body's friction. Values range from 0 (frictionless) to 1 (maximum friction).

double friction() nothrow @property @nogc;

void friction (
  double v
) nothrow @property @nogc;