Function Physics2DServerSingleton.bodyApplyImpulse

Adds a positioned impulse to the applied force and torque. Both the force and the offset from the body origin are in global coordinates.

void bodyApplyImpulse (
  const(RID) _body,
  const(Vector2) position,
  const(Vector2) impulse
) nothrow @nogc;