PhysicsServerSingleton.bodySetOmitForceIntegration

Sets whether a body uses a callback function to calculate its own physics (see bodySetForceIntegrationCallback).

struct PhysicsServerSingleton
@nogc nothrow
void
bodySetOmitForceIntegration
(
in RID _body
,
in bool enable
)

Meta