Joint.connectedAnchor
var connectedAnchor: Vector3;
Vector3 connectedAnchor;
connectedAnchor as Vector3
Description

Position of the anchor relative to the connected Rigidbody.

If /Joint.autoConfigureConnectedAnchor/ is not enabled, then this will be used to set the position of the anchor on the connected rigidbody. The position is given in local coordinates of the connected rigidbody, or in world coordinates if there is no connected rigidbody.