public void AddForce (Vector3 force);

Parámetros

forceThe force vector to apply.

Descripción

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).