Function Physics2DServerSingleton.jointSetParam

Sets a joint parameter. See jointparam for a list of available parameters.

void jointSetParam (
  const(RID) joint,
  const(long) param,
  const(double) value
) nothrow @nogc;