PhysicsDirectBodyState.addCentralForce

Adds a constant directional force without affecting rotation. This is equivalent to add_force(force, Vector3(0,0,0)).

struct PhysicsDirectBodyState
@nogc nothrow
void
addCentralForce
(
in Vector3 force
)

Meta