Function PhysicsDirectBodyState.applyCentralImpulse

Applies a single directional impulse without affecting rotation. This is equivalent to apply_impulse(Vector3(0, 0, 0), impulse).

void applyCentralImpulse (
  const(Vector3) j
) nothrow @nogc;