Function StaticBody2D.friction
The body's friction. Values range from 0 (no friction) to 1 (full friction).
Deprecated, use PhysicsMaterial instead via physicsMaterialOverride.
double friction() nothrow @property @nogc;
void friction
(
double v
) nothrow @property @nogc;