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