public void AddForce (Vector3 force);

Parameters

forceThe force vector to apply.

Description

Add force to the articulation body.

Note that it is accumulated over the duration of a simulation frame and only physically applied during the simulation step (ie after FixedUpdate was called to scripts).