Version: 2021.1
public void AddForce (Vector3 force);

参数

force The force vector to apply.

描述

Add force to the articulation body.

The force accumulates over the duration of a simulation frame. It is only physically applied to the articulation body during the simulation step, after FixedUpdate has been called to scripts.
Unit of measurement - N (newtons).