PhysicsServerSingleton.bodySetForceIntegrationCallback

Sets the function used to calculate physics for an object, if that object allows it (see bodySetOmitForceIntegration).

struct PhysicsServerSingleton
@nogc nothrow
void
bodySetForceIntegrationCallback
(
StringArg2
VariantArg3
)
(
in RID _body
,,
in StringArg2 method
,
in VariantArg3 userdata = Variant.nil
)

Meta