Function Physics2DServerSingleton.spaceSetParam

Sets the value for a space parameter. See spaceparameter for a list of available parameters.

void spaceSetParam (
  const(RID) space,
  const(long) param,
  const(double) value
) nothrow @nogc;