Version: 2020.1
言語: 日本語
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).