PhysicsServerSingleton.bodyApplyImpulse

Gives the body a push at a position in the direction of the impulse.

struct PhysicsServerSingleton
@nogc nothrow
void
bodyApplyImpulse
(
in RID _body
,
in Vector3 position
,
in Vector3 impulse
)

Meta