Version: 2020.2
public void AddForce (Vector3 force);

参数

force The force vector to apply.

描述

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