Function Physics2DServerSingleton.bodyGetParam

Returns the value of a body parameter. See bodyparameter for a list of available parameters.

double bodyGetParam (
  const(RID) _body,
  const(long) param
) nothrow @nogc const;