Function Physics2DServerSingleton.bodySetParam

Sets a body parameter. See bodyparameter for a list of available parameters.

void bodySetParam (
  const(RID) _body,
  const(long) param,
  const(double) value
) nothrow @nogc;