Version: 2021.1

ArticulationBody.SnapAnchorToClosestContact

切换到手册
public void SnapAnchorToClosestContact ();

描述

Snap the anchor to the closest contact between the connected bodies.

Computes the point on the surface of this body closest to the center of mass of the parent body and sets the anchor to it. If ArticulationBody.computeParentAnchor is set, the parent anchor will be updated accordingly too.

Note that, usually, local zero is not a great default position of the anchor in case the connected bodies have colliders attached, because the joint is likely to be trying to push the bodies into each other then. To address that, this function picks a reasonable default location of the anchors that will work with many articulations.