Function StaticBody.friction

The body's friction, from 0 (frictionless) to 1 (full friction). Deprecated, use PhysicsMaterial.friction instead via physicsMaterialOverride.

double friction() nothrow @property @nogc;

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