Physics2DServerSingleton.bodySetParam

Sets a body parameter. A list of available parameters is on the BODY_PARAM_* constants.

struct Physics2DServerSingleton
@nogc nothrow
void
bodySetParam
(
in RID _body
,
in long param
,
in double value
)

Meta