Function PhysicsServerSingleton.spaceSetParam

Sets the value for a space parameter. A list of available parameters is on the spaceparameter constants.

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