PhysicsDirectBodyState.addForce

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

struct PhysicsDirectBodyState
@nogc nothrow
void
addForce
(
in Vector3 force
,
in Vector3 position
)

Meta